Shades of Saddle Brown #954A0D
Tints of Saddle Brown #954A0D
RGB
CMYK
RGB Variations
Color information
#954A0D (or 0x954A0D) is known color: Saddle Brown. HEX triplet: 95, 4A and 0D. RGB value is (149,74,13). Sum of RGB (Red+Green+Blue) = 149+74+13=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #954A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A0D is #6AB5F2. Grayscale: #595959. Windows color (decimal): -6993395 or 871061. OLE color: 871061.
HSL color Cylindrical-coordinate representation of color #954A0D: hue angle of 26.91º 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 #954A0D is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 13 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.42 |
| HSL | 26.91º | 0.84% | 0.32% | - |
| HSV(B) | 26.91º | 0.91% | 0.58% | - |
| XYZ | 14.92 | 11.32 | 1.78 | - |
| YUV | 89.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 13 | 0 | 0.50 | 0.91 | 0.42 | 26.91 | 0.84 | 0.32 |
| Hex | 95 | 4A | D | 0 | 32 | 5B | 2A | 1B | 54 | 20 |
| Octal | 225 | 112 | 15 | 0 | 62 | 133 | 52 | 33 | 124 | 40 |
| Binary | 10010101 | 1001010 | 1101 | 0 | 110010 | 1011011 | 101010 | 11011 | 1010100 | 100000 |
Color Harmonies of #954A0D
Complementary color
Monochromatic Colors of #954A0D
Black with #954A0D
Text Example
Text Example
White with #954A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A0D; }
p { color: rgb(149,74,13); }
H1.HeaderClassName
{
color: #954A0D;
}
.AnyTagClassName
{
color: #954A0D;
}
</style>
background-color css
<style>
a { background-color: #954A0D; }
a { background-color: rgb(149,74,13); }
div.DivClassName
{
background-color: #954A0D;
}
.BgClassName
{
background-color: #954A0D;
}
</style>
border-color css
<style>
span { border-color: #954A0D; }
span { border-color: rgb(149,74,13); }
td.TdClassName
{
border-color: #954A0D;
}
.TagClassName
{
border-color: #954A0D;
}
</style>