Shades of Saddle Brown #954A0A
Tints of Saddle Brown #954A0A
RGB
CMYK
RGB Variations
Color information
#954A0A (or 0x954A0A) is known color: Saddle Brown. HEX triplet: 95, 4A and 0A. RGB value is (149,74,10). Sum of RGB (Red+Green+Blue) = 149+74+10=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #954A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954A0A is #6AB5F5. Grayscale: #595959. Windows color (decimal): -6993398 or 674453. OLE color: 674453.
HSL color Cylindrical-coordinate representation of color #954A0A: hue angle of 27.63º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #954A0A is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 10 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.42 |
| HSL | 27.63º | 0.87% | 0.31% | - |
| HSV(B) | 27.63º | 0.93% | 0.58% | - |
| XYZ | 14.9 | 11.31 | 1.68 | - |
| YUV | 89.13 | 83.35 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 10 | 0 | 0.50 | 0.93 | 0.42 | 27.63 | 0.87 | 0.31 |
| Hex | 95 | 4A | A | 0 | 32 | 5D | 2A | 1C | 57 | 1F |
| Octal | 225 | 112 | 12 | 0 | 62 | 135 | 52 | 34 | 127 | 37 |
| Binary | 10010101 | 1001010 | 1010 | 0 | 110010 | 1011101 | 101010 | 11100 | 1010111 | 11111 |
Color Harmonies of #954A0A
Complementary color
Monochromatic Colors of #954A0A
Black with #954A0A
Text Example
Text Example
White with #954A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A0A; }
p { color: rgb(149,74,10); }
H1.HeaderClassName
{
color: #954A0A;
}
.AnyTagClassName
{
color: #954A0A;
}
</style>
background-color css
<style>
a { background-color: #954A0A; }
a { background-color: rgb(149,74,10); }
div.DivClassName
{
background-color: #954A0A;
}
.BgClassName
{
background-color: #954A0A;
}
</style>
border-color css
<style>
span { border-color: #954A0A; }
span { border-color: rgb(149,74,10); }
td.TdClassName
{
border-color: #954A0A;
}
.TagClassName
{
border-color: #954A0A;
}
</style>