#984208

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

Shades of Saddle Brown #984208

Tints of Saddle Brown #984208

Color information

#984208 (or 0x984208) is unknown color: approx Saddle Brown. HEX triplet: 98, 42 and 08. RGB value is (152,66,8). Sum of RGB (Red+Green+Blue) = 152+66+8=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #984208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984208 is #67BDF7. Grayscale: #555555. Windows color (decimal): -6798840 or 541336. OLE color: 541336.

HSL color Cylindrical-coordinate representation of color #984208: hue angle of 24.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #984208 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB152668-
CMYK00.570.950.40
HSL24.17º90%31.37%-
HSV(B)24.17º94.74%59.61%-
XYZ14.9410.591.49-
YUV85.184.49175.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.26%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 8 (3.52% from 255) = 3.54%
R=67.26%
G=29.20%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15266800.570.950.4024.179031.37
Hex984280395F28185a1f
Octal23010210071137503013237
Binary10011000100001010000111001101111110100011000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984208; }

 p { color: rgb(152,66,8); }

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

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

 a { background-color: rgb(152,66,8); }

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

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

 span { border-color: rgb(152,66,8); }

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