Shades of Saddle Brown #954401
Tints of Saddle Brown #954401
RGB
CMYK
RGB Variations
Color information
#954401 (or 0x954401) is known color: Saddle Brown. HEX triplet: 95, 44 and 01. RGB value is (149,68,1). Sum of RGB (Red+Green+Blue) = 149+68+1=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #954401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954401 is #6ABBFE. Grayscale: #545454. Windows color (decimal): -6994943 or 83093. OLE color: 83093.
HSL color Cylindrical-coordinate representation of color #954401: hue angle of 27.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #954401 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.42 |
| HSL | 27.16º | 0.99% | 0.29% | - |
| HSV(B) | 27.16º | 0.99% | 0.58% | - |
| XYZ | 14.47 | 10.53 | 1.3 | - |
| YUV | 84.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 1 | 0 | 0.54 | 0.99 | 0.42 | 27.16 | 0.99 | 0.29 |
| Hex | 95 | 44 | 1 | 0 | 36 | 63 | 2A | 1B | 63 | 1D |
| Octal | 225 | 104 | 1 | 0 | 66 | 143 | 52 | 33 | 143 | 35 |
| Binary | 10010101 | 1000100 | 1 | 0 | 110110 | 1100011 | 101010 | 11011 | 1100011 | 11101 |
Color Harmonies of #954401
Complementary color
Monochromatic Colors of #954401
Black with #954401
Text Example
Text Example
White with #954401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954401; }
p { color: rgb(149,68,1); }
H1.HeaderClassName
{
color: #954401;
}
.AnyTagClassName
{
color: #954401;
}
</style>
background-color css
<style>
a { background-color: #954401; }
a { background-color: rgb(149,68,1); }
div.DivClassName
{
background-color: #954401;
}
.BgClassName
{
background-color: #954401;
}
</style>
border-color css
<style>
span { border-color: #954401; }
span { border-color: rgb(149,68,1); }
td.TdClassName
{
border-color: #954401;
}
.TagClassName
{
border-color: #954401;
}
</style>