#924009

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

Shades of Saddle Brown #924009

Tints of Saddle Brown #924009

Color information

#924009 (or 0x924009) is unknown color: approx Saddle Brown. HEX triplet: 92, 40 and 09. RGB value is (146,64,9). Sum of RGB (Red+Green+Blue) = 146+64+9=219 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.67% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 146 - color contains mainly: red. Hex color #924009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924009 is #6DBFF6. Grayscale: #525252. Windows color (decimal): -7192567 or 606354. OLE color: 606354.

HSL color Cylindrical-coordinate representation of color #924009: hue angle of 24.09º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #924009 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB146649-
CMYK00.560.940.43
HSL24.09º88.39%30.39%-
HSV(B)24.09º93.84%57.25%-
XYZ13.749.81.43-
YUV82.2586.67173.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.67%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 9 (3.91% from 255) = 4.11%
R=66.67%
G=29.22%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14664900.560.940.4324.0988.3930.39
Hex924090385E2B18581e
Octal22210011070136533013036
Binary10010010100000010010111000101111010101111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924009; }

 p { color: rgb(146,64,9); }

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

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

 a { background-color: rgb(146,64,9); }

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

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

 span { border-color: rgb(146,64,9); }

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