Shades of Saddle Brown #922C08
Tints of Saddle Brown #922C08
RGB
CMYK
RGB Variations
Color information
#922C08 (or 0x922C08) is known color: Saddle Brown. HEX triplet: 92, 2C and 08. RGB value is (146,44,8). Sum of RGB (Red+Green+Blue) = 146+44+8=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #922C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922C08 is #6DD3F7. Grayscale: #464646. Windows color (decimal): -7197688 or 535698. OLE color: 535698.
HSL color Cylindrical-coordinate representation of color #922C08: hue angle of 15.65º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #922C08 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 44 | 8 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.43 |
| HSL | 15.65º | 0.9% | 0.3% | - |
| HSV(B) | 15.65º | 0.95% | 0.57% | - |
| XYZ | 12.8 | 7.93 | 1.09 | - |
| YUV | 70.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 8 | 0 | 0.70 | 0.95 | 0.43 | 15.65 | 0.9 | 0.3 |
| Hex | 92 | 2C | 8 | 0 | 46 | 5F | 2B | 10 | 5A | 1E |
| Octal | 222 | 54 | 10 | 0 | 106 | 137 | 53 | 20 | 132 | 36 |
| Binary | 10010010 | 101100 | 1000 | 0 | 1000110 | 1011111 | 101011 | 10000 | 1011010 | 11110 |
Color Harmonies of #922C08
Complementary color
Monochromatic Colors of #922C08
Black with #922C08
Text Example
Text Example
White with #922C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922C08; }
p { color: rgb(146,44,8); }
H1.HeaderClassName
{
color: #922C08;
}
.AnyTagClassName
{
color: #922C08;
}
</style>
background-color css
<style>
a { background-color: #922C08; }
a { background-color: rgb(146,44,8); }
div.DivClassName
{
background-color: #922C08;
}
.BgClassName
{
background-color: #922C08;
}
</style>
border-color css
<style>
span { border-color: #922C08; }
span { border-color: rgb(146,44,8); }
td.TdClassName
{
border-color: #922C08;
}
.TagClassName
{
border-color: #922C08;
}
</style>