Shades of Saddle Brown #952701
Tints of Saddle Brown #952701
RGB
CMYK
RGB Variations
Color information
#952701 (or 0x952701) is known color: Saddle Brown. HEX triplet: 95, 27 and 01. RGB value is (149,39,1). Sum of RGB (Red+Green+Blue) = 149+39+1=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #952701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952701 is #6AD8FE. Grayscale: #434343. Windows color (decimal): -7002367 or 75669. OLE color: 75669.
HSL color Cylindrical-coordinate representation of color #952701: hue angle of 15.41º 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 #952701 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.42 |
| HSL | 15.41º | 0.99% | 0.29% | - |
| HSV(B) | 15.41º | 0.99% | 0.58% | - |
| XYZ | 13.13 | 7.84 | 0.85 | - |
| YUV | 67.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 1 | 0 | 0.74 | 0.99 | 0.42 | 15.41 | 0.99 | 0.29 |
| Hex | 95 | 27 | 1 | 0 | 4A | 63 | 2A | F | 63 | 1D |
| Octal | 225 | 47 | 1 | 0 | 112 | 143 | 52 | 17 | 143 | 35 |
| Binary | 10010101 | 100111 | 1 | 0 | 1001010 | 1100011 | 101010 | 1111 | 1100011 | 11101 |
Color Harmonies of #952701
Complementary color
Monochromatic Colors of #952701
Black with #952701
Text Example
Text Example
White with #952701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952701; }
p { color: rgb(149,39,1); }
H1.HeaderClassName
{
color: #952701;
}
.AnyTagClassName
{
color: #952701;
}
</style>
background-color css
<style>
a { background-color: #952701; }
a { background-color: rgb(149,39,1); }
div.DivClassName
{
background-color: #952701;
}
.BgClassName
{
background-color: #952701;
}
</style>
border-color css
<style>
span { border-color: #952701; }
span { border-color: rgb(149,39,1); }
td.TdClassName
{
border-color: #952701;
}
.TagClassName
{
border-color: #952701;
}
</style>