Shades of Saddle Brown #954402
Tints of Saddle Brown #954402
RGB
CMYK
RGB Variations
Color information
#954402 (or 0x954402) is known color: Saddle Brown. HEX triplet: 95, 44 and 02. RGB value is (149,68,2). Sum of RGB (Red+Green+Blue) = 149+68+2=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #954402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954402 is #6ABBFD. Grayscale: #555555. Windows color (decimal): -6994942 or 148629. OLE color: 148629.
HSL color Cylindrical-coordinate representation of color #954402: hue angle of 26.94º 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 #954402 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.42 |
| HSL | 26.94º | 0.97% | 0.3% | - |
| HSV(B) | 26.94º | 0.99% | 0.58% | - |
| XYZ | 14.47 | 10.53 | 1.33 | - |
| YUV | 84.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 2 | 0 | 0.54 | 0.99 | 0.42 | 26.94 | 0.97 | 0.3 |
| Hex | 95 | 44 | 2 | 0 | 36 | 63 | 2A | 1B | 61 | 1E |
| Octal | 225 | 104 | 2 | 0 | 66 | 143 | 52 | 33 | 141 | 36 |
| Binary | 10010101 | 1000100 | 10 | 0 | 110110 | 1100011 | 101010 | 11011 | 1100001 | 11110 |
Color Harmonies of #954402
Complementary color
Monochromatic Colors of #954402
Black with #954402
Text Example
Text Example
White with #954402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954402; }
p { color: rgb(149,68,2); }
H1.HeaderClassName
{
color: #954402;
}
.AnyTagClassName
{
color: #954402;
}
</style>
background-color css
<style>
a { background-color: #954402; }
a { background-color: rgb(149,68,2); }
div.DivClassName
{
background-color: #954402;
}
.BgClassName
{
background-color: #954402;
}
</style>
border-color css
<style>
span { border-color: #954402; }
span { border-color: rgb(149,68,2); }
td.TdClassName
{
border-color: #954402;
}
.TagClassName
{
border-color: #954402;
}
</style>