Shades of Saddle Brown #952E05
Tints of Saddle Brown #952E05
RGB
CMYK
RGB Variations
Color information
#952E05 (or 0x952E05) is known color: Saddle Brown. HEX triplet: 95, 2E and 05. RGB value is (149,46,5). Sum of RGB (Red+Green+Blue) = 149+46+5=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #952E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E05 is #6AD1FA. Grayscale: #484848. Windows color (decimal): -7000571 or 339605. OLE color: 339605.
HSL color Cylindrical-coordinate representation of color #952E05: hue angle of 17.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #952E05 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.42 |
| HSL | 17.08º | 0.94% | 0.3% | - |
| HSV(B) | 17.08º | 0.97% | 0.58% | - |
| XYZ | 13.4 | 8.35 | 1.05 | - |
| YUV | 72.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 5 | 0 | 0.69 | 0.97 | 0.42 | 17.08 | 0.94 | 0.3 |
| Hex | 95 | 2E | 5 | 0 | 45 | 61 | 2A | 11 | 5E | 1E |
| Octal | 225 | 56 | 5 | 0 | 105 | 141 | 52 | 21 | 136 | 36 |
| Binary | 10010101 | 101110 | 101 | 0 | 1000101 | 1100001 | 101010 | 10001 | 1011110 | 11110 |
Color Harmonies of #952E05
Complementary color
Monochromatic Colors of #952E05
Black with #952E05
Text Example
Text Example
White with #952E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E05; }
p { color: rgb(149,46,5); }
H1.HeaderClassName
{
color: #952E05;
}
.AnyTagClassName
{
color: #952E05;
}
</style>
background-color css
<style>
a { background-color: #952E05; }
a { background-color: rgb(149,46,5); }
div.DivClassName
{
background-color: #952E05;
}
.BgClassName
{
background-color: #952E05;
}
</style>
border-color css
<style>
span { border-color: #952E05; }
span { border-color: rgb(149,46,5); }
td.TdClassName
{
border-color: #952E05;
}
.TagClassName
{
border-color: #952E05;
}
</style>