Shades of Saddle Brown #91350B
Tints of Saddle Brown #91350B
RGB
CMYK
RGB Variations
Color information
#91350B (or 0x91350B) is known color: Saddle Brown. HEX triplet: 91, 35 and 0B. RGB value is (145,53,11). Sum of RGB (Red+Green+Blue) = 145+53+11=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #91350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91350B is #6ECAF4. Grayscale: #4B4B4B. Windows color (decimal): -7260917 or 734609. OLE color: 734609.
HSL color Cylindrical-coordinate representation of color #91350B: hue angle of 18.81º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91350B is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 11 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.43 |
| HSL | 18.81º | 0.86% | 0.31% | - |
| HSV(B) | 18.81º | 0.92% | 0.57% | - |
| XYZ | 13.01 | 8.59 | 1.29 | - |
| YUV | 75.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 11 | 0 | 0.63 | 0.92 | 0.43 | 18.81 | 0.86 | 0.31 |
| Hex | 91 | 35 | B | 0 | 3F | 5C | 2B | 13 | 56 | 1F |
| Octal | 221 | 65 | 13 | 0 | 77 | 134 | 53 | 23 | 126 | 37 |
| Binary | 10010001 | 110101 | 1011 | 0 | 111111 | 1011100 | 101011 | 10011 | 1010110 | 11111 |
Color Harmonies of #91350B
Complementary color
Monochromatic Colors of #91350B
Black with #91350B
Text Example
Text Example
White with #91350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91350B; }
p { color: rgb(145,53,11); }
H1.HeaderClassName
{
color: #91350B;
}
.AnyTagClassName
{
color: #91350B;
}
</style>
background-color css
<style>
a { background-color: #91350B; }
a { background-color: rgb(145,53,11); }
div.DivClassName
{
background-color: #91350B;
}
.BgClassName
{
background-color: #91350B;
}
</style>
border-color css
<style>
span { border-color: #91350B; }
span { border-color: rgb(145,53,11); }
td.TdClassName
{
border-color: #91350B;
}
.TagClassName
{
border-color: #91350B;
}
</style>