#924E18

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

Shades of Saddle Brown #924E18

Tints of Saddle Brown #924E18

Color information

#924E18 (or 0x924E18) is unknown color: approx Saddle Brown. HEX triplet: 92, 4E and 18. RGB value is (146,78,24). Sum of RGB (Red+Green+Blue) = 146+78+24=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #924E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #924E18 is #6DB1E7. Grayscale: #5C5C5C. Windows color (decimal): -7188968 or 1592978. OLE color: 1592978.

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

Color convert

RGB1467824-
CMYK00.470.840.43
HSL26.56º71.76%33.33%-
HSV(B)26.56º83.56%57.25%-
XYZ14.7411.632.33-
YUV92.1889.53166.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=58.87%
G=31.45%
B=9.68%

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
Decimal146782400.470.840.4326.5671.7633.33
Hex924E1802F542B1b4821
Octal22211630057124533311041
Binary1001001010011101100001011111010100101011110111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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