#924A18

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

Shades of Saddle Brown #924A18

Tints of Saddle Brown #924A18

Color information

#924A18 (or 0x924A18) is unknown color: approx Saddle Brown. HEX triplet: 92, 4A and 18. RGB value is (146,74,24). Sum of RGB (Red+Green+Blue) = 146+74+24=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #924A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A18 is #6DB5E7. Grayscale: #5A5A5A. Windows color (decimal): -7189992 or 1591954. OLE color: 1591954.

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

Color convert

RGB1467424-
CMYK00.490.840.43
HSL24.59º71.76%33.33%-
HSV(B)24.59º83.56%57.25%-
XYZ14.4711.072.24-
YUV89.8390.85168.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.84%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=59.84%
G=30.33%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146742400.490.840.4324.5971.7633.33
Hex924A18031542B194821
Octal22211230061124533111041
Binary1001001010010101100001100011010100101011110011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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