Shades of Saddle Brown #925212
Tints of Saddle Brown #925212
RGB
CMYK
RGB Variations
Color information
#925212 (or 0x925212) is known color: Saddle Brown. HEX triplet: 92, 52 and 12. RGB value is (146,82,18). Sum of RGB (Red+Green+Blue) = 146+82+18=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #925212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925212 is #6DADED. Grayscale: #5E5E5E. Windows color (decimal): -7187950 or 1200786. OLE color: 1200786.
HSL color Cylindrical-coordinate representation of color #925212: hue angle of 30º 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 #925212 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 18 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.43 |
| HSL | 30º | 0.78% | 0.32% | - |
| HSV(B) | 30º | 0.88% | 0.57% | - |
| XYZ | 14.98 | 12.19 | 2.14 | - |
| YUV | 93.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 18 | 0 | 0.44 | 0.88 | 0.43 | 30 | 0.78 | 0.32 |
| Hex | 92 | 52 | 12 | 0 | 2C | 58 | 2B | 1E | 4E | 20 |
| Octal | 222 | 122 | 22 | 0 | 54 | 130 | 53 | 36 | 116 | 40 |
| Binary | 10010010 | 1010010 | 10010 | 0 | 101100 | 1011000 | 101011 | 11110 | 1001110 | 100000 |
Color Harmonies of #925212
Complementary color
Monochromatic Colors of #925212
Black with #925212
Text Example
Text Example
White with #925212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925212; }
p { color: rgb(146,82,18); }
H1.HeaderClassName
{
color: #925212;
}
.AnyTagClassName
{
color: #925212;
}
</style>
background-color css
<style>
a { background-color: #925212; }
a { background-color: rgb(146,82,18); }
div.DivClassName
{
background-color: #925212;
}
.BgClassName
{
background-color: #925212;
}
</style>
border-color css
<style>
span { border-color: #925212; }
span { border-color: rgb(146,82,18); }
td.TdClassName
{
border-color: #925212;
}
.TagClassName
{
border-color: #925212;
}
</style>