Shades of Saddle Brown #91431E
Tints of Saddle Brown #91431E
RGB
CMYK
RGB Variations
Color information
#91431E (or 0x91431E) is known color: Saddle Brown. HEX triplet: 91, 43 and 1E. RGB value is (145,67,30). Sum of RGB (Red+Green+Blue) = 145+67+30=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #91431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91431E is #6EBCE1. Grayscale: #565656. Windows color (decimal): -7257314 or 1983377. OLE color: 1983377.
HSL color Cylindrical-coordinate representation of color #91431E: hue angle of 19.3º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91431E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 30 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.43 |
| HSL | 19.3º | 0.66% | 0.34% | - |
| HSV(B) | 19.3º | 0.79% | 0.57% | - |
| XYZ | 13.92 | 10.13 | 2.45 | - |
| YUV | 86.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 30 | 0 | 0.54 | 0.79 | 0.43 | 19.3 | 0.66 | 0.34 |
| Hex | 91 | 43 | 1E | 0 | 36 | 4F | 2B | 13 | 42 | 22 |
| Octal | 221 | 103 | 36 | 0 | 66 | 117 | 53 | 23 | 102 | 42 |
| Binary | 10010001 | 1000011 | 11110 | 0 | 110110 | 1001111 | 101011 | 10011 | 1000010 | 100010 |
Color Harmonies of #91431E
Complementary color
Monochromatic Colors of #91431E
Black with #91431E
Text Example
Text Example
White with #91431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91431E; }
p { color: rgb(145,67,30); }
H1.HeaderClassName
{
color: #91431E;
}
.AnyTagClassName
{
color: #91431E;
}
</style>
background-color css
<style>
a { background-color: #91431E; }
a { background-color: rgb(145,67,30); }
div.DivClassName
{
background-color: #91431E;
}
.BgClassName
{
background-color: #91431E;
}
</style>
border-color css
<style>
span { border-color: #91431E; }
span { border-color: rgb(145,67,30); }
td.TdClassName
{
border-color: #91431E;
}
.TagClassName
{
border-color: #91431E;
}
</style>