#924D18

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

Shades of Saddle Brown #924D18

Tints of Saddle Brown #924D18

Color information

#924D18 (or 0x924D18) is unknown color: approx Saddle Brown. HEX triplet: 92, 4D and 18. RGB value is (146,77,24). Sum of RGB (Red+Green+Blue) = 146+77+24=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #924D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924D18 is #6DB2E7. Grayscale: #5B5B5B. Windows color (decimal): -7189224 or 1592722. OLE color: 1592722.

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

Color convert

RGB1467724-
CMYK00.470.840.43
HSL26.07º71.76%33.33%-
HSV(B)26.07º83.56%57.25%-
XYZ14.6711.482.31-
YUV91.5989.86166.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.11%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=59.11%
G=31.17%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146772400.470.840.4326.0771.7633.33
Hex924D1802F542B1a4821
Octal22211530057124533211041
Binary1001001010011011100001011111010100101011110101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,77,24); }

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

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

 a { background-color: rgb(146,77,24); }

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

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

 span { border-color: rgb(146,77,24); }

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