Shades of Saddle Brown #952E04
Tints of Saddle Brown #952E04
RGB
CMYK
RGB Variations
Color information
#952E04 (or 0x952E04) is known color: Saddle Brown. HEX triplet: 95, 2E and 04. RGB value is (149,46,4). Sum of RGB (Red+Green+Blue) = 149+46+4=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #952E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E04 is #6AD1FB. Grayscale: #484848. Windows color (decimal): -7000572 or 274069. OLE color: 274069.
HSL color Cylindrical-coordinate representation of color #952E04: hue angle of 17.38º degrees, saturation: 0.95, 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 #952E04 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 4 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.42 |
| HSL | 17.38º | 0.95% | 0.3% | - |
| HSV(B) | 17.38º | 0.97% | 0.58% | - |
| XYZ | 13.39 | 8.35 | 1.02 | - |
| YUV | 72.01 | 89.62 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 4 | 0 | 0.69 | 0.97 | 0.42 | 17.38 | 0.95 | 0.3 |
| Hex | 95 | 2E | 4 | 0 | 45 | 61 | 2A | 11 | 5F | 1E |
| Octal | 225 | 56 | 4 | 0 | 105 | 141 | 52 | 21 | 137 | 36 |
| Binary | 10010101 | 101110 | 100 | 0 | 1000101 | 1100001 | 101010 | 10001 | 1011111 | 11110 |
Color Harmonies of #952E04
Complementary color
Monochromatic Colors of #952E04
Black with #952E04
Text Example
Text Example
White with #952E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E04; }
p { color: rgb(149,46,4); }
H1.HeaderClassName
{
color: #952E04;
}
.AnyTagClassName
{
color: #952E04;
}
</style>
background-color css
<style>
a { background-color: #952E04; }
a { background-color: rgb(149,46,4); }
div.DivClassName
{
background-color: #952E04;
}
.BgClassName
{
background-color: #952E04;
}
</style>
border-color css
<style>
span { border-color: #952E04; }
span { border-color: rgb(149,46,4); }
td.TdClassName
{
border-color: #952E04;
}
.TagClassName
{
border-color: #952E04;
}
</style>