Shades of Saddle Brown #914201
Tints of Saddle Brown #914201
RGB
CMYK
RGB Variations
Color information
#914201 (or 0x914201) is known color: Saddle Brown. HEX triplet: 91, 42 and 01. RGB value is (145,66,1). Sum of RGB (Red+Green+Blue) = 145+66+1=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #914201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914201 is #6EBDFE. Grayscale: #525252. Windows color (decimal): -7257599 or 82577. OLE color: 82577.
HSL color Cylindrical-coordinate representation of color #914201: hue angle of 27.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #914201 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.43 |
| HSL | 27.08º | 0.99% | 0.29% | - |
| HSV(B) | 27.08º | 0.99% | 0.57% | - |
| XYZ | 13.63 | 9.92 | 1.22 | - |
| YUV | 82.21 | 82.17 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 1 | 0 | 0.54 | 0.99 | 0.43 | 27.08 | 0.99 | 0.29 |
| Hex | 91 | 42 | 1 | 0 | 36 | 63 | 2B | 1B | 63 | 1D |
| Octal | 221 | 102 | 1 | 0 | 66 | 143 | 53 | 33 | 143 | 35 |
| Binary | 10010001 | 1000010 | 1 | 0 | 110110 | 1100011 | 101011 | 11011 | 1100011 | 11101 |
Color Harmonies of #914201
Complementary color
Monochromatic Colors of #914201
Black with #914201
Text Example
Text Example
White with #914201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914201; }
p { color: rgb(145,66,1); }
H1.HeaderClassName
{
color: #914201;
}
.AnyTagClassName
{
color: #914201;
}
</style>
background-color css
<style>
a { background-color: #914201; }
a { background-color: rgb(145,66,1); }
div.DivClassName
{
background-color: #914201;
}
.BgClassName
{
background-color: #914201;
}
</style>
border-color css
<style>
span { border-color: #914201; }
span { border-color: rgb(145,66,1); }
td.TdClassName
{
border-color: #914201;
}
.TagClassName
{
border-color: #914201;
}
</style>