#924E08

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

Shades of Saddle Brown #924E08

Tints of Saddle Brown #924E08

Color information

#924E08 (or 0x924E08) is unknown color: approx Saddle Brown. HEX triplet: 92, 4E and 08. RGB value is (146,78,8). Sum of RGB (Red+Green+Blue) = 146+78+8=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #924E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924E08 is #6DB1F7. Grayscale: #5A5A5A. Windows color (decimal): -7188984 or 544402. OLE color: 544402.

HSL color Cylindrical-coordinate representation of color #924E08: hue angle of 30.43º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #924E08 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB146788-
CMYK00.470.950.43
HSL30.43º89.61%30.2%-
HSV(B)30.43º94.52%57.25%-
XYZ14.6211.581.69-
YUV90.3581.53167.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.93%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 8 (3.52% from 255) = 3.45%
R=62.93%
G=33.62%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14678800.470.950.4330.4389.6130.2
Hex924E802F5F2B1e5a1e
Octal22211610057137533613236
Binary10010010100111010000101111101111110101111110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,78,8); }

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

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

 a { background-color: rgb(146,78,8); }

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

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

 span { border-color: rgb(146,78,8); }

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