Shades of Saddle Brown #952F01
Tints of Saddle Brown #952F01
RGB
CMYK
RGB Variations
Color information
#952F01 (or 0x952F01) is known color: Saddle Brown. HEX triplet: 95, 2F and 01. RGB value is (149,47,1). Sum of RGB (Red+Green+Blue) = 149+47+1=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #952F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F01 is #6AD0FE. Grayscale: #484848. Windows color (decimal): -7000319 or 77717. OLE color: 77717.
HSL color Cylindrical-coordinate representation of color #952F01: hue angle of 18.65º 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 #952F01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.42 |
| HSL | 18.65º | 0.99% | 0.29% | - |
| HSV(B) | 18.65º | 0.99% | 0.58% | - |
| XYZ | 13.42 | 8.42 | 0.95 | - |
| YUV | 72.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 1 | 0 | 0.68 | 0.99 | 0.42 | 18.65 | 0.99 | 0.29 |
| Hex | 95 | 2F | 1 | 0 | 44 | 63 | 2A | 13 | 63 | 1D |
| Octal | 225 | 57 | 1 | 0 | 104 | 143 | 52 | 23 | 143 | 35 |
| Binary | 10010101 | 101111 | 1 | 0 | 1000100 | 1100011 | 101010 | 10011 | 1100011 | 11101 |
Color Harmonies of #952F01
Complementary color
Monochromatic Colors of #952F01
Black with #952F01
Text Example
Text Example
White with #952F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F01; }
p { color: rgb(149,47,1); }
H1.HeaderClassName
{
color: #952F01;
}
.AnyTagClassName
{
color: #952F01;
}
</style>
background-color css
<style>
a { background-color: #952F01; }
a { background-color: rgb(149,47,1); }
div.DivClassName
{
background-color: #952F01;
}
.BgClassName
{
background-color: #952F01;
}
</style>
border-color css
<style>
span { border-color: #952F01; }
span { border-color: rgb(149,47,1); }
td.TdClassName
{
border-color: #952F01;
}
.TagClassName
{
border-color: #952F01;
}
</style>