Shades of Saddle Brown #91360D
Tints of Saddle Brown #91360D
RGB
CMYK
RGB Variations
Color information
#91360D (or 0x91360D) is known color: Saddle Brown. HEX triplet: 91, 36 and 0D. RGB value is (145,54,13). Sum of RGB (Red+Green+Blue) = 145+54+13=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #91360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91360D is #6EC9F2. Grayscale: #4C4C4C. Windows color (decimal): -7260659 or 865937. OLE color: 865937.
HSL color Cylindrical-coordinate representation of color #91360D: hue angle of 18.64º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91360D is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 54 | 13 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.43 |
| HSL | 18.64º | 0.84% | 0.31% | - |
| HSV(B) | 18.64º | 0.91% | 0.57% | - |
| XYZ | 13.07 | 8.69 | 1.37 | - |
| YUV | 76.54 | 92.15 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 13 | 0 | 0.63 | 0.91 | 0.43 | 18.64 | 0.84 | 0.31 |
| Hex | 91 | 36 | D | 0 | 3F | 5B | 2B | 13 | 54 | 1F |
| Octal | 221 | 66 | 15 | 0 | 77 | 133 | 53 | 23 | 124 | 37 |
| Binary | 10010001 | 110110 | 1101 | 0 | 111111 | 1011011 | 101011 | 10011 | 1010100 | 11111 |
Color Harmonies of #91360D
Complementary color
Monochromatic Colors of #91360D
Black with #91360D
Text Example
Text Example
White with #91360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91360D; }
p { color: rgb(145,54,13); }
H1.HeaderClassName
{
color: #91360D;
}
.AnyTagClassName
{
color: #91360D;
}
</style>
background-color css
<style>
a { background-color: #91360D; }
a { background-color: rgb(145,54,13); }
div.DivClassName
{
background-color: #91360D;
}
.BgClassName
{
background-color: #91360D;
}
</style>
border-color css
<style>
span { border-color: #91360D; }
span { border-color: rgb(145,54,13); }
td.TdClassName
{
border-color: #91360D;
}
.TagClassName
{
border-color: #91360D;
}
</style>