Shades of Saddle Brown #91330D
Tints of Saddle Brown #91330D
RGB
CMYK
RGB Variations
Color information
#91330D (or 0x91330D) is known color: Saddle Brown. HEX triplet: 91, 33 and 0D. RGB value is (145,51,13). Sum of RGB (Red+Green+Blue) = 145+51+13=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #91330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91330D is #6ECCF2. Grayscale: #4B4B4B. Windows color (decimal): -7261427 or 865169. OLE color: 865169.
HSL color Cylindrical-coordinate representation of color #91330D: hue angle of 17.27º 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 #91330D is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 51 | 13 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.43 |
| HSL | 17.27º | 0.84% | 0.31% | - |
| HSV(B) | 17.27º | 0.91% | 0.57% | - |
| XYZ | 12.93 | 8.42 | 1.32 | - |
| YUV | 74.77 | 93.14 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 51 | 13 | 0 | 0.65 | 0.91 | 0.43 | 17.27 | 0.84 | 0.31 |
| Hex | 91 | 33 | D | 0 | 41 | 5B | 2B | 11 | 54 | 1F |
| Octal | 221 | 63 | 15 | 0 | 101 | 133 | 53 | 21 | 124 | 37 |
| Binary | 10010001 | 110011 | 1101 | 0 | 1000001 | 1011011 | 101011 | 10001 | 1010100 | 11111 |
Color Harmonies of #91330D
Complementary color
Monochromatic Colors of #91330D
Black with #91330D
Text Example
Text Example
White with #91330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91330D; }
p { color: rgb(145,51,13); }
H1.HeaderClassName
{
color: #91330D;
}
.AnyTagClassName
{
color: #91330D;
}
</style>
background-color css
<style>
a { background-color: #91330D; }
a { background-color: rgb(145,51,13); }
div.DivClassName
{
background-color: #91330D;
}
.BgClassName
{
background-color: #91330D;
}
</style>
border-color css
<style>
span { border-color: #91330D; }
span { border-color: rgb(145,51,13); }
td.TdClassName
{
border-color: #91330D;
}
.TagClassName
{
border-color: #91330D;
}
</style>