Shades of Saddle Brown #954601
Tints of Saddle Brown #954601
RGB
CMYK
RGB Variations
Color information
#954601 (or 0x954601) is known color: Saddle Brown. HEX triplet: 95, 46 and 01. RGB value is (149,70,1). Sum of RGB (Red+Green+Blue) = 149+70+1=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #954601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954601 is #6AB9FE. Grayscale: #565656. Windows color (decimal): -6994431 or 83605. OLE color: 83605.
HSL color Cylindrical-coordinate representation of color #954601: hue angle of 27.97º 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 #954601 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.42 |
| HSL | 27.97º | 0.99% | 0.29% | - |
| HSV(B) | 27.97º | 0.99% | 0.58% | - |
| XYZ | 14.59 | 10.77 | 1.34 | - |
| YUV | 85.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 1 | 0 | 0.53 | 0.99 | 0.42 | 27.97 | 0.99 | 0.29 |
| Hex | 95 | 46 | 1 | 0 | 35 | 63 | 2A | 1C | 63 | 1D |
| Octal | 225 | 106 | 1 | 0 | 65 | 143 | 52 | 34 | 143 | 35 |
| Binary | 10010101 | 1000110 | 1 | 0 | 110101 | 1100011 | 101010 | 11100 | 1100011 | 11101 |
Color Harmonies of #954601
Complementary color
Monochromatic Colors of #954601
Black with #954601
Text Example
Text Example
White with #954601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954601; }
p { color: rgb(149,70,1); }
H1.HeaderClassName
{
color: #954601;
}
.AnyTagClassName
{
color: #954601;
}
</style>
background-color css
<style>
a { background-color: #954601; }
a { background-color: rgb(149,70,1); }
div.DivClassName
{
background-color: #954601;
}
.BgClassName
{
background-color: #954601;
}
</style>
border-color css
<style>
span { border-color: #954601; }
span { border-color: rgb(149,70,1); }
td.TdClassName
{
border-color: #954601;
}
.TagClassName
{
border-color: #954601;
}
</style>