Shades of Saddle Brown #91501A
Tints of Saddle Brown #91501A
RGB
CMYK
RGB Variations
Color information
#91501A (or 0x91501A) is known color: Saddle Brown. HEX triplet: 91, 50 and 1A. RGB value is (145,80,26). Sum of RGB (Red+Green+Blue) = 145+80+26=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #91501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91501A is #6EAFE5. Grayscale: #5D5D5D. Windows color (decimal): -7253990 or 1724561. OLE color: 1724561.
HSL color Cylindrical-coordinate representation of color #91501A: hue angle of 27.23º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91501A is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 26 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.43 |
| HSL | 27.23º | 0.7% | 0.34% | - |
| HSV(B) | 27.23º | 0.82% | 0.57% | - |
| XYZ | 14.73 | 11.83 | 2.48 | - |
| YUV | 93.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 26 | 0 | 0.45 | 0.82 | 0.43 | 27.23 | 0.7 | 0.34 |
| Hex | 91 | 50 | 1A | 0 | 2D | 52 | 2B | 1B | 46 | 22 |
| Octal | 221 | 120 | 32 | 0 | 55 | 122 | 53 | 33 | 106 | 42 |
| Binary | 10010001 | 1010000 | 11010 | 0 | 101101 | 1010010 | 101011 | 11011 | 1000110 | 100010 |
Color Harmonies of #91501A
Complementary color
Monochromatic Colors of #91501A
Black with #91501A
Text Example
Text Example
White with #91501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91501A; }
p { color: rgb(145,80,26); }
H1.HeaderClassName
{
color: #91501A;
}
.AnyTagClassName
{
color: #91501A;
}
</style>
background-color css
<style>
a { background-color: #91501A; }
a { background-color: rgb(145,80,26); }
div.DivClassName
{
background-color: #91501A;
}
.BgClassName
{
background-color: #91501A;
}
</style>
border-color css
<style>
span { border-color: #91501A; }
span { border-color: rgb(145,80,26); }
td.TdClassName
{
border-color: #91501A;
}
.TagClassName
{
border-color: #91501A;
}
</style>