#985009

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

Shades of Saddle Brown #985009

Tints of Saddle Brown #985009

Color information

#985009 (or 0x985009) is unknown color: approx Saddle Brown. HEX triplet: 98, 50 and 09. RGB value is (152,80,9). Sum of RGB (Red+Green+Blue) = 152+80+9=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #985009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985009 is #67AFF6. Grayscale: #5D5D5D. Windows color (decimal): -6795255 or 610456. OLE color: 610456.

HSL color Cylindrical-coordinate representation of color #985009: hue angle of 29.79º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #985009 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB152809-
CMYK00.470.940.40
HSL29.79º88.82%31.57%-
HSV(B)29.79º94.08%59.61%-
XYZ15.8712.431.82-
YUV93.4380.35169.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.07%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 9 (3.91% from 255) = 3.73%
R=63.07%
G=33.20%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15280900.470.940.4029.7988.8231.57
Hex9850902F5E281e5920
Octal23012011057136503613140
Binary100110001010000100101011111011110101000111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985009; }

 p { color: rgb(152,80,9); }

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

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

 a { background-color: rgb(152,80,9); }

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

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

 span { border-color: rgb(152,80,9); }

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