Shades of Saddle Brown #954B0D
Tints of Saddle Brown #954B0D
RGB
CMYK
RGB Variations
Color information
#954B0D (or 0x954B0D) is known color: Saddle Brown. HEX triplet: 95, 4B and 0D. RGB value is (149,75,13). Sum of RGB (Red+Green+Blue) = 149+75+13=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #954B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954B0D is #6AB4F2. Grayscale: #5A5A5A. Windows color (decimal): -6993139 or 871317. OLE color: 871317.
HSL color Cylindrical-coordinate representation of color #954B0D: hue angle of 27.35º 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 #954B0D is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 13 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.42 |
| HSL | 27.35º | 0.84% | 0.32% | - |
| HSV(B) | 27.35º | 0.91% | 0.58% | - |
| XYZ | 14.98 | 11.45 | 1.8 | - |
| YUV | 90.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 13 | 0 | 0.50 | 0.91 | 0.42 | 27.35 | 0.84 | 0.32 |
| Hex | 95 | 4B | D | 0 | 32 | 5B | 2A | 1B | 54 | 20 |
| Octal | 225 | 113 | 15 | 0 | 62 | 133 | 52 | 33 | 124 | 40 |
| Binary | 10010101 | 1001011 | 1101 | 0 | 110010 | 1011011 | 101010 | 11011 | 1010100 | 100000 |
Color Harmonies of #954B0D
Complementary color
Monochromatic Colors of #954B0D
Black with #954B0D
Text Example
Text Example
White with #954B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B0D; }
p { color: rgb(149,75,13); }
H1.HeaderClassName
{
color: #954B0D;
}
.AnyTagClassName
{
color: #954B0D;
}
</style>
background-color css
<style>
a { background-color: #954B0D; }
a { background-color: rgb(149,75,13); }
div.DivClassName
{
background-color: #954B0D;
}
.BgClassName
{
background-color: #954B0D;
}
</style>
border-color css
<style>
span { border-color: #954B0D; }
span { border-color: rgb(149,75,13); }
td.TdClassName
{
border-color: #954B0D;
}
.TagClassName
{
border-color: #954B0D;
}
</style>