#924A09

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

Shades of Saddle Brown #924A09

Tints of Saddle Brown #924A09

Color information

#924A09 (or 0x924A09) is unknown color: approx Saddle Brown. HEX triplet: 92, 4A and 09. RGB value is (146,74,9). Sum of RGB (Red+Green+Blue) = 146+74+9=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #924A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A09 is #6DB5F6. Grayscale: #585858. Windows color (decimal): -7190007 or 608914. OLE color: 608914.

HSL color Cylindrical-coordinate representation of color #924A09: hue angle of 28.47º 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 #924A09 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB146749-
CMYK00.490.940.43
HSL28.47º88.39%30.39%-
HSV(B)28.47º93.84%57.25%-
XYZ14.3511.031.63-
YUV88.1283.35169.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 63.76%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 9 (3.91% from 255) = 3.93%
R=63.76%
G=32.31%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14674900.490.940.4328.4788.3930.39
Hex924A90315E2B1c581e
Octal22211211061136533413036
Binary10010010100101010010110001101111010101111100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924A09; }

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

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

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

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

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

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

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

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