Shades of Saddle Brown #914702
Tints of Saddle Brown #914702
RGB
CMYK
RGB Variations
Color information
#914702 (or 0x914702) is known color: Saddle Brown. HEX triplet: 91, 47 and 02. RGB value is (145,71,2). Sum of RGB (Red+Green+Blue) = 145+71+2=218 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.51% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 145 - color contains mainly: red. Hex color #914702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914702 is #6EB8FD. Grayscale: #555555. Windows color (decimal): -7256318 or 149393. OLE color: 149393.
HSL color Cylindrical-coordinate representation of color #914702: hue angle of 28.95º degrees, saturation: 0.97, 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 #914702 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.43 |
| HSL | 28.95º | 0.97% | 0.29% | - |
| HSV(B) | 28.95º | 0.99% | 0.57% | - |
| XYZ | 13.94 | 10.53 | 1.36 | - |
| YUV | 85.26 | 81.02 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 2 | 0 | 0.51 | 0.99 | 0.43 | 28.95 | 0.97 | 0.29 |
| Hex | 91 | 47 | 2 | 0 | 33 | 63 | 2B | 1D | 61 | 1D |
| Octal | 221 | 107 | 2 | 0 | 63 | 143 | 53 | 35 | 141 | 35 |
| Binary | 10010001 | 1000111 | 10 | 0 | 110011 | 1100011 | 101011 | 11101 | 1100001 | 11101 |
Color Harmonies of #914702
Complementary color
Monochromatic Colors of #914702
Black with #914702
Text Example
Text Example
White with #914702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914702; }
p { color: rgb(145,71,2); }
H1.HeaderClassName
{
color: #914702;
}
.AnyTagClassName
{
color: #914702;
}
</style>
background-color css
<style>
a { background-color: #914702; }
a { background-color: rgb(145,71,2); }
div.DivClassName
{
background-color: #914702;
}
.BgClassName
{
background-color: #914702;
}
</style>
border-color css
<style>
span { border-color: #914702; }
span { border-color: rgb(145,71,2); }
td.TdClassName
{
border-color: #914702;
}
.TagClassName
{
border-color: #914702;
}
</style>