Shades of Saddle Brown #952E01
Tints of Saddle Brown #952E01
RGB
CMYK
RGB Variations
Color information
#952E01 (or 0x952E01) is known color: Saddle Brown. HEX triplet: 95, 2E and 01. RGB value is (149,46,1). Sum of RGB (Red+Green+Blue) = 149+46+1=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #952E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E01 is #6AD1FE. Grayscale: #474747. Windows color (decimal): -7000575 or 77461. OLE color: 77461.
HSL color Cylindrical-coordinate representation of color #952E01: hue angle of 18.24º 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 #952E01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.42 |
| HSL | 18.24º | 0.99% | 0.29% | - |
| HSV(B) | 18.24º | 0.99% | 0.58% | - |
| XYZ | 13.38 | 8.35 | 0.93 | - |
| YUV | 71.67 | 88.12 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 1 | 0 | 0.69 | 0.99 | 0.42 | 18.24 | 0.99 | 0.29 |
| Hex | 95 | 2E | 1 | 0 | 45 | 63 | 2A | 12 | 63 | 1D |
| Octal | 225 | 56 | 1 | 0 | 105 | 143 | 52 | 22 | 143 | 35 |
| Binary | 10010101 | 101110 | 1 | 0 | 1000101 | 1100011 | 101010 | 10010 | 1100011 | 11101 |
Color Harmonies of #952E01
Complementary color
Monochromatic Colors of #952E01
Black with #952E01
Text Example
Text Example
White with #952E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E01; }
p { color: rgb(149,46,1); }
H1.HeaderClassName
{
color: #952E01;
}
.AnyTagClassName
{
color: #952E01;
}
</style>
background-color css
<style>
a { background-color: #952E01; }
a { background-color: rgb(149,46,1); }
div.DivClassName
{
background-color: #952E01;
}
.BgClassName
{
background-color: #952E01;
}
</style>
border-color css
<style>
span { border-color: #952E01; }
span { border-color: rgb(149,46,1); }
td.TdClassName
{
border-color: #952E01;
}
.TagClassName
{
border-color: #952E01;
}
</style>