Shades of Saddle Brown #912C08
Tints of Saddle Brown #912C08
RGB
CMYK
RGB Variations
Color information
#912C08 (or 0x912C08) is known color: Saddle Brown. HEX triplet: 91, 2C and 08. RGB value is (145,44,8). Sum of RGB (Red+Green+Blue) = 145+44+8=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #912C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C08 is #6ED3F7. Grayscale: #464646. Windows color (decimal): -7263224 or 535697. OLE color: 535697.
HSL color Cylindrical-coordinate representation of color #912C08: hue angle of 15.77º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #912C08 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 44 | 8 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.43 |
| HSL | 15.77º | 0.9% | 0.3% | - |
| HSV(B) | 15.77º | 0.94% | 0.57% | - |
| XYZ | 12.62 | 7.84 | 1.08 | - |
| YUV | 70.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 44 | 8 | 0 | 0.70 | 0.94 | 0.43 | 15.77 | 0.9 | 0.3 |
| Hex | 91 | 2C | 8 | 0 | 46 | 5E | 2B | 10 | 5A | 1E |
| Octal | 221 | 54 | 10 | 0 | 106 | 136 | 53 | 20 | 132 | 36 |
| Binary | 10010001 | 101100 | 1000 | 0 | 1000110 | 1011110 | 101011 | 10000 | 1011010 | 11110 |
Color Harmonies of #912C08
Complementary color
Monochromatic Colors of #912C08
Black with #912C08
Text Example
Text Example
White with #912C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912C08; }
p { color: rgb(145,44,8); }
H1.HeaderClassName
{
color: #912C08;
}
.AnyTagClassName
{
color: #912C08;
}
</style>
background-color css
<style>
a { background-color: #912C08; }
a { background-color: rgb(145,44,8); }
div.DivClassName
{
background-color: #912C08;
}
.BgClassName
{
background-color: #912C08;
}
</style>
border-color css
<style>
span { border-color: #912C08; }
span { border-color: rgb(145,44,8); }
td.TdClassName
{
border-color: #912C08;
}
.TagClassName
{
border-color: #912C08;
}
</style>