Shades of Saddle Brown #914302
Tints of Saddle Brown #914302
RGB
CMYK
RGB Variations
Color information
#914302 (or 0x914302) is known color: Saddle Brown. HEX triplet: 91, 43 and 02. RGB value is (145,67,2). Sum of RGB (Red+Green+Blue) = 145+67+2=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #914302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914302 is #6EBCFD. Grayscale: #535353. Windows color (decimal): -7257342 or 148369. OLE color: 148369.
HSL color Cylindrical-coordinate representation of color #914302: hue angle of 27.27º 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 #914302 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 67 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.43 |
| HSL | 27.27º | 0.97% | 0.29% | - |
| HSV(B) | 27.27º | 0.99% | 0.57% | - |
| XYZ | 13.7 | 10.04 | 1.27 | - |
| YUV | 82.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 2 | 0 | 0.54 | 0.99 | 0.43 | 27.27 | 0.97 | 0.29 |
| Hex | 91 | 43 | 2 | 0 | 36 | 63 | 2B | 1B | 61 | 1D |
| Octal | 221 | 103 | 2 | 0 | 66 | 143 | 53 | 33 | 141 | 35 |
| Binary | 10010001 | 1000011 | 10 | 0 | 110110 | 1100011 | 101011 | 11011 | 1100001 | 11101 |
Color Harmonies of #914302
Complementary color
Monochromatic Colors of #914302
Black with #914302
Text Example
Text Example
White with #914302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914302; }
p { color: rgb(145,67,2); }
H1.HeaderClassName
{
color: #914302;
}
.AnyTagClassName
{
color: #914302;
}
</style>
background-color css
<style>
a { background-color: #914302; }
a { background-color: rgb(145,67,2); }
div.DivClassName
{
background-color: #914302;
}
.BgClassName
{
background-color: #914302;
}
</style>
border-color css
<style>
span { border-color: #914302; }
span { border-color: rgb(145,67,2); }
td.TdClassName
{
border-color: #914302;
}
.TagClassName
{
border-color: #914302;
}
</style>