Shades of Saddle Brown #91520C
Tints of Saddle Brown #91520C
RGB
CMYK
RGB Variations
Color information
#91520C (or 0x91520C) is known color: Saddle Brown. HEX triplet: 91, 52 and 0C. RGB value is (145,82,12). Sum of RGB (Red+Green+Blue) = 145+82+12=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #91520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91520C is #6EADF3. Grayscale: #5D5D5D. Windows color (decimal): -7253492 or 807569. OLE color: 807569.
HSL color Cylindrical-coordinate representation of color #91520C: hue angle of 31.58º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91520C is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 12 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.43 |
| HSL | 31.58º | 0.85% | 0.31% | - |
| HSV(B) | 31.58º | 0.92% | 0.57% | - |
| XYZ | 14.76 | 12.08 | 1.9 | - |
| YUV | 92.86 | 82.37 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 12 | 0 | 0.43 | 0.92 | 0.43 | 31.58 | 0.85 | 0.31 |
| Hex | 91 | 52 | C | 0 | 2B | 5C | 2B | 20 | 55 | 1F |
| Octal | 221 | 122 | 14 | 0 | 53 | 134 | 53 | 40 | 125 | 37 |
| Binary | 10010001 | 1010010 | 1100 | 0 | 101011 | 1011100 | 101011 | 100000 | 1010101 | 11111 |
Color Harmonies of #91520C
Complementary color
Monochromatic Colors of #91520C
Black with #91520C
Text Example
Text Example
White with #91520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91520C; }
p { color: rgb(145,82,12); }
H1.HeaderClassName
{
color: #91520C;
}
.AnyTagClassName
{
color: #91520C;
}
</style>
background-color css
<style>
a { background-color: #91520C; }
a { background-color: rgb(145,82,12); }
div.DivClassName
{
background-color: #91520C;
}
.BgClassName
{
background-color: #91520C;
}
</style>
border-color css
<style>
span { border-color: #91520C; }
span { border-color: rgb(145,82,12); }
td.TdClassName
{
border-color: #91520C;
}
.TagClassName
{
border-color: #91520C;
}
</style>