Shades of Saddle Brown #91530E
Tints of Saddle Brown #91530E
RGB
CMYK
RGB Variations
Color information
#91530E (or 0x91530E) is known color: Saddle Brown. HEX triplet: 91, 53 and 0E. RGB value is (145,83,14). Sum of RGB (Red+Green+Blue) = 145+83+14=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #91530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91530E is #6EACF1. Grayscale: #5E5E5E. Windows color (decimal): -7253234 or 938897. OLE color: 938897.
HSL color Cylindrical-coordinate representation of color #91530E: hue angle of 31.6º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91530E is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 14 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.43 |
| HSL | 31.6º | 0.82% | 0.31% | - |
| HSV(B) | 31.6º | 0.9% | 0.57% | - |
| XYZ | 14.85 | 12.24 | 1.99 | - |
| YUV | 93.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 14 | 0 | 0.43 | 0.90 | 0.43 | 31.6 | 0.82 | 0.31 |
| Hex | 91 | 53 | E | 0 | 2B | 5A | 2B | 20 | 52 | 1F |
| Octal | 221 | 123 | 16 | 0 | 53 | 132 | 53 | 40 | 122 | 37 |
| Binary | 10010001 | 1010011 | 1110 | 0 | 101011 | 1011010 | 101011 | 100000 | 1010010 | 11111 |
Color Harmonies of #91530E
Complementary color
Monochromatic Colors of #91530E
Black with #91530E
Text Example
Text Example
White with #91530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91530E; }
p { color: rgb(145,83,14); }
H1.HeaderClassName
{
color: #91530E;
}
.AnyTagClassName
{
color: #91530E;
}
</style>
background-color css
<style>
a { background-color: #91530E; }
a { background-color: rgb(145,83,14); }
div.DivClassName
{
background-color: #91530E;
}
.BgClassName
{
background-color: #91530E;
}
</style>
border-color css
<style>
span { border-color: #91530E; }
span { border-color: rgb(145,83,14); }
td.TdClassName
{
border-color: #91530E;
}
.TagClassName
{
border-color: #91530E;
}
</style>