Shades of Saddle Brown #953401
Tints of Saddle Brown #953401
RGB
CMYK
RGB Variations
Color information
#953401 (or 0x953401) is known color: Saddle Brown. HEX triplet: 95, 34 and 01. RGB value is (149,52,1). Sum of RGB (Red+Green+Blue) = 149+52+1=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #953401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953401 is #6ACBFE. Grayscale: #4B4B4B. Windows color (decimal): -6999039 or 78997. OLE color: 78997.
HSL color Cylindrical-coordinate representation of color #953401: hue angle of 20.68º 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 #953401 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.42 |
| HSL | 20.68º | 0.99% | 0.29% | - |
| HSV(B) | 20.68º | 0.99% | 0.58% | - |
| XYZ | 13.63 | 8.85 | 1.02 | - |
| YUV | 75.19 | 86.14 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 1 | 0 | 0.65 | 0.99 | 0.42 | 20.68 | 0.99 | 0.29 |
| Hex | 95 | 34 | 1 | 0 | 41 | 63 | 2A | 15 | 63 | 1D |
| Octal | 225 | 64 | 1 | 0 | 101 | 143 | 52 | 25 | 143 | 35 |
| Binary | 10010101 | 110100 | 1 | 0 | 1000001 | 1100011 | 101010 | 10101 | 1100011 | 11101 |
Color Harmonies of #953401
Complementary color
Monochromatic Colors of #953401
Black with #953401
Text Example
Text Example
White with #953401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953401; }
p { color: rgb(149,52,1); }
H1.HeaderClassName
{
color: #953401;
}
.AnyTagClassName
{
color: #953401;
}
</style>
background-color css
<style>
a { background-color: #953401; }
a { background-color: rgb(149,52,1); }
div.DivClassName
{
background-color: #953401;
}
.BgClassName
{
background-color: #953401;
}
</style>
border-color css
<style>
span { border-color: #953401; }
span { border-color: rgb(149,52,1); }
td.TdClassName
{
border-color: #953401;
}
.TagClassName
{
border-color: #953401;
}
</style>