#984A11

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

Shades of Saddle Brown #984A11

Tints of Saddle Brown #984A11

Color information

#984A11 (or 0x984A11) is unknown color: approx Saddle Brown. HEX triplet: 98, 4A and 11. RGB value is (152,74,17). Sum of RGB (Red+Green+Blue) = 152+74+17=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #984A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984A11 is #67B5EE. Grayscale: #5B5B5B. Windows color (decimal): -6796783 or 1133208. OLE color: 1133208.

HSL color Cylindrical-coordinate representation of color #984A11: hue angle of 25.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #984A11 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB1527417-
CMYK00.510.890.40
HSL25.33º79.88%33.14%-
HSV(B)25.33º88.82%59.61%-
XYZ15.511.611.96-
YUV90.8286.34171.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 17 (7.03% from 255) = 7.00%
R=62.55%
G=30.45%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152741700.510.890.4025.3379.8833.14
Hex984A110335928195021
Octal23011221063131503112041
Binary1001100010010101000101100111011001101000110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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