Shades of Saddle Brown #954902
Tints of Saddle Brown #954902
RGB
CMYK
RGB Variations
Color information
#954902 (or 0x954902) is known color: Saddle Brown. HEX triplet: 95, 49 and 02. RGB value is (149,73,2). Sum of RGB (Red+Green+Blue) = 149+73+2=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #954902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954902 is #6AB6FD. Grayscale: #575757. Windows color (decimal): -6993662 or 149909. OLE color: 149909.
HSL color Cylindrical-coordinate representation of color #954902: hue angle of 28.98º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #954902 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.42 |
| HSL | 28.98º | 0.97% | 0.3% | - |
| HSV(B) | 28.98º | 0.99% | 0.58% | - |
| XYZ | 14.79 | 11.16 | 1.43 | - |
| YUV | 87.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 2 | 0 | 0.51 | 0.99 | 0.42 | 28.98 | 0.97 | 0.3 |
| Hex | 95 | 49 | 2 | 0 | 33 | 63 | 2A | 1D | 61 | 1E |
| Octal | 225 | 111 | 2 | 0 | 63 | 143 | 52 | 35 | 141 | 36 |
| Binary | 10010101 | 1001001 | 10 | 0 | 110011 | 1100011 | 101010 | 11101 | 1100001 | 11110 |
Color Harmonies of #954902
Complementary color
Monochromatic Colors of #954902
Black with #954902
Text Example
Text Example
White with #954902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954902; }
p { color: rgb(149,73,2); }
H1.HeaderClassName
{
color: #954902;
}
.AnyTagClassName
{
color: #954902;
}
</style>
background-color css
<style>
a { background-color: #954902; }
a { background-color: rgb(149,73,2); }
div.DivClassName
{
background-color: #954902;
}
.BgClassName
{
background-color: #954902;
}
</style>
border-color css
<style>
span { border-color: #954902; }
span { border-color: rgb(149,73,2); }
td.TdClassName
{
border-color: #954902;
}
.TagClassName
{
border-color: #954902;
}
</style>