Shades of Saddle Brown #91430B
Tints of Saddle Brown #91430B
RGB
CMYK
RGB Variations
Color information
#91430B (or 0x91430B) is known color: Saddle Brown. HEX triplet: 91, 43 and 0B. RGB value is (145,67,11). Sum of RGB (Red+Green+Blue) = 145+67+11=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #91430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91430B is #6EBCF4. Grayscale: #545454. Windows color (decimal): -7257333 or 738193. OLE color: 738193.
HSL color Cylindrical-coordinate representation of color #91430B: hue angle of 25.07º 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 #91430B is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 11 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.43 |
| HSL | 25.07º | 0.86% | 0.31% | - |
| HSV(B) | 25.07º | 0.92% | 0.57% | - |
| XYZ | 13.74 | 10.06 | 1.53 | - |
| YUV | 83.94 | 86.84 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 11 | 0 | 0.54 | 0.92 | 0.43 | 25.07 | 0.86 | 0.31 |
| Hex | 91 | 43 | B | 0 | 36 | 5C | 2B | 19 | 56 | 1F |
| Octal | 221 | 103 | 13 | 0 | 66 | 134 | 53 | 31 | 126 | 37 |
| Binary | 10010001 | 1000011 | 1011 | 0 | 110110 | 1011100 | 101011 | 11001 | 1010110 | 11111 |
Color Harmonies of #91430B
Complementary color
Monochromatic Colors of #91430B
Black with #91430B
Text Example
Text Example
White with #91430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91430B; }
p { color: rgb(145,67,11); }
H1.HeaderClassName
{
color: #91430B;
}
.AnyTagClassName
{
color: #91430B;
}
</style>
background-color css
<style>
a { background-color: #91430B; }
a { background-color: rgb(145,67,11); }
div.DivClassName
{
background-color: #91430B;
}
.BgClassName
{
background-color: #91430B;
}
</style>
border-color css
<style>
span { border-color: #91430B; }
span { border-color: rgb(145,67,11); }
td.TdClassName
{
border-color: #91430B;
}
.TagClassName
{
border-color: #91430B;
}
</style>