Shades of Saddle Brown #954501
Tints of Saddle Brown #954501
RGB
CMYK
RGB Variations
Color information
#954501 (or 0x954501) is known color: Saddle Brown. HEX triplet: 95, 45 and 01. RGB value is (149,69,1). Sum of RGB (Red+Green+Blue) = 149+69+1=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #954501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954501 is #6ABAFE. Grayscale: #555555. Windows color (decimal): -6994687 or 83349. OLE color: 83349.
HSL color Cylindrical-coordinate representation of color #954501: hue angle of 27.57º 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 #954501 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.42 |
| HSL | 27.57º | 0.99% | 0.29% | - |
| HSV(B) | 27.57º | 0.99% | 0.58% | - |
| XYZ | 14.53 | 10.65 | 1.32 | - |
| YUV | 85.17 | 80.5 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 1 | 0 | 0.54 | 0.99 | 0.42 | 27.57 | 0.99 | 0.29 |
| Hex | 95 | 45 | 1 | 0 | 36 | 63 | 2A | 1C | 63 | 1D |
| Octal | 225 | 105 | 1 | 0 | 66 | 143 | 52 | 34 | 143 | 35 |
| Binary | 10010101 | 1000101 | 1 | 0 | 110110 | 1100011 | 101010 | 11100 | 1100011 | 11101 |
Color Harmonies of #954501
Complementary color
Monochromatic Colors of #954501
Black with #954501
Text Example
Text Example
White with #954501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954501; }
p { color: rgb(149,69,1); }
H1.HeaderClassName
{
color: #954501;
}
.AnyTagClassName
{
color: #954501;
}
</style>
background-color css
<style>
a { background-color: #954501; }
a { background-color: rgb(149,69,1); }
div.DivClassName
{
background-color: #954501;
}
.BgClassName
{
background-color: #954501;
}
</style>
border-color css
<style>
span { border-color: #954501; }
span { border-color: rgb(149,69,1); }
td.TdClassName
{
border-color: #954501;
}
.TagClassName
{
border-color: #954501;
}
</style>