#984A08

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

Shades of Saddle Brown #984A08

Tints of Saddle Brown #984A08

Color information

#984A08 (or 0x984A08) is unknown color: approx Saddle Brown. HEX triplet: 98, 4A and 08. RGB value is (152,74,8). Sum of RGB (Red+Green+Blue) = 152+74+8=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #984A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984A08 is #67B5F7. Grayscale: #5A5A5A. Windows color (decimal): -6796792 or 543384. OLE color: 543384.

HSL color Cylindrical-coordinate representation of color #984A08: hue angle of 27.5º 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 #984A08 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB152748-
CMYK00.510.950.40
HSL27.5º90%31.37%-
HSV(B)27.5º94.74%59.61%-
XYZ15.4411.591.65-
YUV89.881.84172.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.96%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 8 (3.52% from 255) = 3.42%
R=64.96%
G=31.62%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15274800.510.950.4027.59031.37
Hex984A80335F281c5a1f
Octal23011210063137503413237
Binary10011000100101010000110011101111110100011100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984A08; }

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

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

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

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

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

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

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

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