Shades of Saddle Brown #924E18
Tints of Saddle Brown #924E18
RGB
CMYK
RGB Variations
Color information
#924E18 (or 0x924E18) is known color: 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
| RGB | 146 | 78 | 24 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.43 |
| HSL | 26.56º | 0.72% | 0.33% | - |
| HSV(B) | 26.56º | 0.84% | 0.57% | - |
| XYZ | 14.74 | 11.63 | 2.33 | - |
| YUV | 92.18 | 89.53 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 24 | 0 | 0.47 | 0.84 | 0.43 | 26.56 | 0.72 | 0.33 |
| Hex | 92 | 4E | 18 | 0 | 2F | 54 | 2B | 1B | 48 | 21 |
| Octal | 222 | 116 | 30 | 0 | 57 | 124 | 53 | 33 | 110 | 41 |
| Binary | 10010010 | 1001110 | 11000 | 0 | 101111 | 1010100 | 101011 | 11011 | 1001000 | 100001 |
Color Harmonies of #924E18
Complementary color
Monochromatic Colors of #924E18
Black with #924E18
Text Example
Text Example
White with #924E18
Text Example
Text Example
HTML Codes & Css Web 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>