Shades of Saddle Brown #954C0D
Tints of Saddle Brown #954C0D
RGB
CMYK
RGB Variations
Color information
#954C0D (or 0x954C0D) is known color: Saddle Brown. HEX triplet: 95, 4C and 0D. RGB value is (149,76,13). Sum of RGB (Red+Green+Blue) = 149+76+13=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #954C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C0D is #6AB3F2. Grayscale: #5A5A5A. Windows color (decimal): -6992883 or 871573. OLE color: 871573.
HSL color Cylindrical-coordinate representation of color #954C0D: hue angle of 27.79º degrees, saturation: 0.84, 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 #954C0D is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 13 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.42 |
| HSL | 27.79º | 0.84% | 0.32% | - |
| HSV(B) | 27.79º | 0.91% | 0.58% | - |
| XYZ | 15.05 | 11.59 | 1.82 | - |
| YUV | 90.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 13 | 0 | 0.49 | 0.91 | 0.42 | 27.79 | 0.84 | 0.32 |
| Hex | 95 | 4C | D | 0 | 31 | 5B | 2A | 1C | 54 | 20 |
| Octal | 225 | 114 | 15 | 0 | 61 | 133 | 52 | 34 | 124 | 40 |
| Binary | 10010101 | 1001100 | 1101 | 0 | 110001 | 1011011 | 101010 | 11100 | 1010100 | 100000 |
Color Harmonies of #954C0D
Complementary color
Monochromatic Colors of #954C0D
Black with #954C0D
Text Example
Text Example
White with #954C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C0D; }
p { color: rgb(149,76,13); }
H1.HeaderClassName
{
color: #954C0D;
}
.AnyTagClassName
{
color: #954C0D;
}
</style>
background-color css
<style>
a { background-color: #954C0D; }
a { background-color: rgb(149,76,13); }
div.DivClassName
{
background-color: #954C0D;
}
.BgClassName
{
background-color: #954C0D;
}
</style>
border-color css
<style>
span { border-color: #954C0D; }
span { border-color: rgb(149,76,13); }
td.TdClassName
{
border-color: #954C0D;
}
.TagClassName
{
border-color: #954C0D;
}
</style>