#924E0B

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

Shades of Saddle Brown #924E0B

Tints of Saddle Brown #924E0B

Color information

#924E0B (or 0x924E0B) is unknown color: approx Saddle Brown. HEX triplet: 92, 4E and 0B. RGB value is (146,78,11). Sum of RGB (Red+Green+Blue) = 146+78+11=235 (31% of max value = 765). Red value is 146 (57.42% from 255 or 62.13% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 146 - color contains mainly: red. Hex color #924E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924E0B is #6DB1F4. Grayscale: #5B5B5B. Windows color (decimal): -7188981 or 741010. OLE color: 741010.

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

Color convert

RGB1467811-
CMYK00.470.920.43
HSL29.78º85.99%30.78%-
HSV(B)29.78º92.47%57.25%-
XYZ14.6411.581.78-
YUV90.6983.03167.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.13%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=62.13%
G=33.19%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146781100.470.920.4329.7885.9930.78
Hex924EB02F5C2B1e561f
Octal22211613057134533612637
Binary10010010100111010110101111101110010101111110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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