Shades of Saddle Brown #924212
Tints of Saddle Brown #924212
RGB
CMYK
RGB Variations
Color information
#924212 (or 0x924212) is known color: Saddle Brown. HEX triplet: 92, 42 and 12. RGB value is (146,66,18). Sum of RGB (Red+Green+Blue) = 146+66+18=230 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.48% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 146 - color contains mainly: red. Hex color #924212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924212 is #6DBDED. Grayscale: #545454. Windows color (decimal): -7192046 or 1196690. OLE color: 1196690.
HSL color Cylindrical-coordinate representation of color #924212: hue angle of 22.5º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #924212 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 66 | 18 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.43 |
| HSL | 22.5º | 0.78% | 0.32% | - |
| HSV(B) | 22.5º | 0.88% | 0.57% | - |
| XYZ | 13.91 | 10.05 | 1.78 | - |
| YUV | 84.45 | 90.5 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 66 | 18 | 0 | 0.55 | 0.88 | 0.43 | 22.5 | 0.78 | 0.32 |
| Hex | 92 | 42 | 12 | 0 | 37 | 58 | 2B | 16 | 4E | 20 |
| Octal | 222 | 102 | 22 | 0 | 67 | 130 | 53 | 26 | 116 | 40 |
| Binary | 10010010 | 1000010 | 10010 | 0 | 110111 | 1011000 | 101011 | 10110 | 1001110 | 100000 |
Color Harmonies of #924212
Complementary color
Monochromatic Colors of #924212
Black with #924212
Text Example
Text Example
White with #924212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924212; }
p { color: rgb(146,66,18); }
H1.HeaderClassName
{
color: #924212;
}
.AnyTagClassName
{
color: #924212;
}
</style>
background-color css
<style>
a { background-color: #924212; }
a { background-color: rgb(146,66,18); }
div.DivClassName
{
background-color: #924212;
}
.BgClassName
{
background-color: #924212;
}
</style>
border-color css
<style>
span { border-color: #924212; }
span { border-color: rgb(146,66,18); }
td.TdClassName
{
border-color: #924212;
}
.TagClassName
{
border-color: #924212;
}
</style>