Shades of Saddle Brown #952A05
Tints of Saddle Brown #952A05
RGB
CMYK
RGB Variations
Color information
#952A05 (or 0x952A05) is known color: Saddle Brown. HEX triplet: 95, 2A and 05. RGB value is (149,42,5). Sum of RGB (Red+Green+Blue) = 149+42+5=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #952A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A05 is #6AD5FA. Grayscale: #464646. Windows color (decimal): -7001595 or 338581. OLE color: 338581.
HSL color Cylindrical-coordinate representation of color #952A05: hue angle of 15.42º 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 #952A05 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.42 |
| HSL | 15.42º | 0.94% | 0.3% | - |
| HSV(B) | 15.42º | 0.97% | 0.58% | - |
| XYZ | 13.25 | 8.06 | 1 | - |
| YUV | 69.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 5 | 0 | 0.72 | 0.97 | 0.42 | 15.42 | 0.94 | 0.3 |
| Hex | 95 | 2A | 5 | 0 | 48 | 61 | 2A | F | 5E | 1E |
| Octal | 225 | 52 | 5 | 0 | 110 | 141 | 52 | 17 | 136 | 36 |
| Binary | 10010101 | 101010 | 101 | 0 | 1001000 | 1100001 | 101010 | 1111 | 1011110 | 11110 |
Color Harmonies of #952A05
Complementary color
Monochromatic Colors of #952A05
Black with #952A05
Text Example
Text Example
White with #952A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A05; }
p { color: rgb(149,42,5); }
H1.HeaderClassName
{
color: #952A05;
}
.AnyTagClassName
{
color: #952A05;
}
</style>
background-color css
<style>
a { background-color: #952A05; }
a { background-color: rgb(149,42,5); }
div.DivClassName
{
background-color: #952A05;
}
.BgClassName
{
background-color: #952A05;
}
</style>
border-color css
<style>
span { border-color: #952A05; }
span { border-color: rgb(149,42,5); }
td.TdClassName
{
border-color: #952A05;
}
.TagClassName
{
border-color: #952A05;
}
</style>