Shades of Saddle Brown #91431C
Tints of Saddle Brown #91431C
RGB
CMYK
RGB Variations
Color information
#91431C (or 0x91431C) is known color: Saddle Brown. HEX triplet: 91, 43 and 1C. RGB value is (145,67,28). Sum of RGB (Red+Green+Blue) = 145+67+28=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #91431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91431C is #6EBCE3. Grayscale: #565656. Windows color (decimal): -7257316 or 1852305. OLE color: 1852305.
HSL color Cylindrical-coordinate representation of color #91431C: hue angle of 20º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91431C is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 28 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.43 |
| HSL | 20º | 0.68% | 0.34% | - |
| HSV(B) | 20º | 0.81% | 0.57% | - |
| XYZ | 13.89 | 10.12 | 2.32 | - |
| YUV | 85.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 28 | 0 | 0.54 | 0.81 | 0.43 | 20 | 0.68 | 0.34 |
| Hex | 91 | 43 | 1C | 0 | 36 | 51 | 2B | 14 | 44 | 22 |
| Octal | 221 | 103 | 34 | 0 | 66 | 121 | 53 | 24 | 104 | 42 |
| Binary | 10010001 | 1000011 | 11100 | 0 | 110110 | 1010001 | 101011 | 10100 | 1000100 | 100010 |
Color Harmonies of #91431C
Complementary color
Monochromatic Colors of #91431C
Black with #91431C
Text Example
Text Example
White with #91431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91431C; }
p { color: rgb(145,67,28); }
H1.HeaderClassName
{
color: #91431C;
}
.AnyTagClassName
{
color: #91431C;
}
</style>
background-color css
<style>
a { background-color: #91431C; }
a { background-color: rgb(145,67,28); }
div.DivClassName
{
background-color: #91431C;
}
.BgClassName
{
background-color: #91431C;
}
</style>
border-color css
<style>
span { border-color: #91431C; }
span { border-color: rgb(145,67,28); }
td.TdClassName
{
border-color: #91431C;
}
.TagClassName
{
border-color: #91431C;
}
</style>