Shades of Saddle Brown #952C05
Tints of Saddle Brown #952C05
RGB
CMYK
RGB Variations
Color information
#952C05 (or 0x952C05) is known color: Saddle Brown. HEX triplet: 95, 2C and 05. RGB value is (149,44,5). Sum of RGB (Red+Green+Blue) = 149+44+5=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #952C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C05 is #6AD3FA. Grayscale: #474747. Windows color (decimal): -7001083 or 339093. OLE color: 339093.
HSL color Cylindrical-coordinate representation of color #952C05: hue angle of 16.25º 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 #952C05 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 5 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.42 |
| HSL | 16.25º | 0.94% | 0.3% | - |
| HSV(B) | 16.25º | 0.97% | 0.58% | - |
| XYZ | 13.32 | 8.2 | 1.02 | - |
| YUV | 70.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 5 | 0 | 0.70 | 0.97 | 0.42 | 16.25 | 0.94 | 0.3 |
| Hex | 95 | 2C | 5 | 0 | 46 | 61 | 2A | 10 | 5E | 1E |
| Octal | 225 | 54 | 5 | 0 | 106 | 141 | 52 | 20 | 136 | 36 |
| Binary | 10010101 | 101100 | 101 | 0 | 1000110 | 1100001 | 101010 | 10000 | 1011110 | 11110 |
Color Harmonies of #952C05
Complementary color
Monochromatic Colors of #952C05
Black with #952C05
Text Example
Text Example
White with #952C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C05; }
p { color: rgb(149,44,5); }
H1.HeaderClassName
{
color: #952C05;
}
.AnyTagClassName
{
color: #952C05;
}
</style>
background-color css
<style>
a { background-color: #952C05; }
a { background-color: rgb(149,44,5); }
div.DivClassName
{
background-color: #952C05;
}
.BgClassName
{
background-color: #952C05;
}
</style>
border-color css
<style>
span { border-color: #952C05; }
span { border-color: rgb(149,44,5); }
td.TdClassName
{
border-color: #952C05;
}
.TagClassName
{
border-color: #952C05;
}
</style>