#983503

Color #983503 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #983503

Tints of Saddle Brown #983503

Color information

#983503 (or 0x983503) is unknown color: approx Saddle Brown. HEX triplet: 98, 35 and 03. RGB value is (152,53,3). Sum of RGB (Red+Green+Blue) = 152+53+3=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #983503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983503 is #67CAFC. Grayscale: #4D4D4D. Windows color (decimal): -6802173 or 210328. OLE color: 210328.

HSL color Cylindrical-coordinate representation of color #983503: hue angle of 20.13º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #983503 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB152533-
CMYK00.650.980.40
HSL20.13º96.13%30.39%-
HSV(B)20.13º98.03%59.61%-
XYZ14.249.231.12-
YUV76.986.3181.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 73.08%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 3 (1.56% from 255) = 1.44%
R=73.08%
G=25.48%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15253300.650.980.4020.1396.1330.39
Hex98353041622814601e
Octal2306530101142502414036
Binary100110001101011101000001110001010100010100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983503; }

 p { color: rgb(152,53,3); }

 H1.HeaderClassName
 {
   color: #983503;
 }
 .AnyTagClassName
 {
   color: #983503;
 }
</style>
background-color css

<style>
 a { background-color: #983503; }

 a { background-color: rgb(152,53,3); }

 div.DivClassName
 {
   background-color: #983503;
 }
 .BgClassName
 {
   background-color: #983503;
 }
</style>
border-color css

<style>
 span { border-color: #983503; }

 span { border-color: rgb(152,53,3); }

 td.TdClassName
 {
   border-color: #983503;
 }
 .TagClassName
 {
   border-color: #983503;
 }
</style>