Shades of Saddle Brown #91501C
Tints of Saddle Brown #91501C
RGB
CMYK
RGB Variations
Color information
#91501C (or 0x91501C) is known color: Saddle Brown. HEX triplet: 91, 50 and 1C. RGB value is (145,80,28). Sum of RGB (Red+Green+Blue) = 145+80+28=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #91501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91501C is #6EAFE3. Grayscale: #5D5D5D. Windows color (decimal): -7253988 or 1855633. OLE color: 1855633.
HSL color Cylindrical-coordinate representation of color #91501C: hue angle of 26.67º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91501C is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 28 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.43 |
| HSL | 26.67º | 0.68% | 0.34% | - |
| HSV(B) | 26.67º | 0.81% | 0.57% | - |
| XYZ | 14.76 | 11.84 | 2.61 | - |
| YUV | 93.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 28 | 0 | 0.45 | 0.81 | 0.43 | 26.67 | 0.68 | 0.34 |
| Hex | 91 | 50 | 1C | 0 | 2D | 51 | 2B | 1B | 44 | 22 |
| Octal | 221 | 120 | 34 | 0 | 55 | 121 | 53 | 33 | 104 | 42 |
| Binary | 10010001 | 1010000 | 11100 | 0 | 101101 | 1010001 | 101011 | 11011 | 1000100 | 100010 |
Color Harmonies of #91501C
Complementary color
Monochromatic Colors of #91501C
Black with #91501C
Text Example
Text Example
White with #91501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91501C; }
p { color: rgb(145,80,28); }
H1.HeaderClassName
{
color: #91501C;
}
.AnyTagClassName
{
color: #91501C;
}
</style>
background-color css
<style>
a { background-color: #91501C; }
a { background-color: rgb(145,80,28); }
div.DivClassName
{
background-color: #91501C;
}
.BgClassName
{
background-color: #91501C;
}
</style>
border-color css
<style>
span { border-color: #91501C; }
span { border-color: rgb(145,80,28); }
td.TdClassName
{
border-color: #91501C;
}
.TagClassName
{
border-color: #91501C;
}
</style>