Shades of Saddle Brown #954E04
Tints of Saddle Brown #954E04
RGB
CMYK
RGB Variations
Color information
#954E04 (or 0x954E04) is known color: Saddle Brown. HEX triplet: 95, 4E and 04. RGB value is (149,78,4). Sum of RGB (Red+Green+Blue) = 149+78+4=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #954E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954E04 is #6AB1FB. Grayscale: #5B5B5B. Windows color (decimal): -6992380 or 282261. OLE color: 282261.
HSL color Cylindrical-coordinate representation of color #954E04: hue angle of 30.62º 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 #954E04 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 4 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.42 |
| HSL | 30.62º | 0.95% | 0.3% | - |
| HSV(B) | 30.62º | 0.97% | 0.58% | - |
| XYZ | 15.14 | 11.85 | 1.6 | - |
| YUV | 90.79 | 79.02 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 4 | 0 | 0.48 | 0.97 | 0.42 | 30.62 | 0.95 | 0.3 |
| Hex | 95 | 4E | 4 | 0 | 30 | 61 | 2A | 1F | 5F | 1E |
| Octal | 225 | 116 | 4 | 0 | 60 | 141 | 52 | 37 | 137 | 36 |
| Binary | 10010101 | 1001110 | 100 | 0 | 110000 | 1100001 | 101010 | 11111 | 1011111 | 11110 |
Color Harmonies of #954E04
Complementary color
Monochromatic Colors of #954E04
Black with #954E04
Text Example
Text Example
White with #954E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E04; }
p { color: rgb(149,78,4); }
H1.HeaderClassName
{
color: #954E04;
}
.AnyTagClassName
{
color: #954E04;
}
</style>
background-color css
<style>
a { background-color: #954E04; }
a { background-color: rgb(149,78,4); }
div.DivClassName
{
background-color: #954E04;
}
.BgClassName
{
background-color: #954E04;
}
</style>
border-color css
<style>
span { border-color: #954E04; }
span { border-color: rgb(149,78,4); }
td.TdClassName
{
border-color: #954E04;
}
.TagClassName
{
border-color: #954E04;
}
</style>