Shades of Saddle Brown #954C0E
Tints of Saddle Brown #954C0E
RGB
CMYK
RGB Variations
Color information
#954C0E (or 0x954C0E) is known color: Saddle Brown. HEX triplet: 95, 4C and 0E. RGB value is (149,76,14). Sum of RGB (Red+Green+Blue) = 149+76+14=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #954C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C0E is #6AB3F1. Grayscale: #5B5B5B. Windows color (decimal): -6992882 or 937109. OLE color: 937109.
HSL color Cylindrical-coordinate representation of color #954C0E: hue angle of 27.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #954C0E is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 14 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.42 |
| HSL | 27.56º | 0.83% | 0.32% | - |
| HSV(B) | 27.56º | 0.91% | 0.58% | - |
| XYZ | 15.06 | 11.59 | 1.86 | - |
| YUV | 90.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 14 | 0 | 0.49 | 0.91 | 0.42 | 27.56 | 0.83 | 0.32 |
| Hex | 95 | 4C | E | 0 | 31 | 5B | 2A | 1C | 53 | 20 |
| Octal | 225 | 114 | 16 | 0 | 61 | 133 | 52 | 34 | 123 | 40 |
| Binary | 10010101 | 1001100 | 1110 | 0 | 110001 | 1011011 | 101010 | 11100 | 1010011 | 100000 |
Color Harmonies of #954C0E
Complementary color
Monochromatic Colors of #954C0E
Black with #954C0E
Text Example
Text Example
White with #954C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C0E; }
p { color: rgb(149,76,14); }
H1.HeaderClassName
{
color: #954C0E;
}
.AnyTagClassName
{
color: #954C0E;
}
</style>
background-color css
<style>
a { background-color: #954C0E; }
a { background-color: rgb(149,76,14); }
div.DivClassName
{
background-color: #954C0E;
}
.BgClassName
{
background-color: #954C0E;
}
</style>
border-color css
<style>
span { border-color: #954C0E; }
span { border-color: rgb(149,76,14); }
td.TdClassName
{
border-color: #954C0E;
}
.TagClassName
{
border-color: #954C0E;
}
</style>