Shades of Saddle Brown #954015
Tints of Saddle Brown #954015
RGB
CMYK
RGB Variations
Color information
#954015 (or 0x954015) is known color: Saddle Brown. HEX triplet: 95, 40 and 15. RGB value is (149,64,21). Sum of RGB (Red+Green+Blue) = 149+64+21=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #954015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954015 is #6ABFEA. Grayscale: #545454. Windows color (decimal): -6995947 or 1392789. OLE color: 1392789.
HSL color Cylindrical-coordinate representation of color #954015: hue angle of 20.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #954015 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 21 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.42 |
| HSL | 20.16º | 0.75% | 0.33% | - |
| HSV(B) | 20.16º | 0.86% | 0.58% | - |
| XYZ | 14.36 | 10.11 | 1.9 | - |
| YUV | 84.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 21 | 0 | 0.57 | 0.86 | 0.42 | 20.16 | 0.75 | 0.33 |
| Hex | 95 | 40 | 15 | 0 | 39 | 56 | 2A | 14 | 4B | 21 |
| Octal | 225 | 100 | 25 | 0 | 71 | 126 | 52 | 24 | 113 | 41 |
| Binary | 10010101 | 1000000 | 10101 | 0 | 111001 | 1010110 | 101010 | 10100 | 1001011 | 100001 |
Color Harmonies of #954015
Complementary color
Monochromatic Colors of #954015
Black with #954015
Text Example
Text Example
White with #954015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954015; }
p { color: rgb(149,64,21); }
H1.HeaderClassName
{
color: #954015;
}
.AnyTagClassName
{
color: #954015;
}
</style>
background-color css
<style>
a { background-color: #954015; }
a { background-color: rgb(149,64,21); }
div.DivClassName
{
background-color: #954015;
}
.BgClassName
{
background-color: #954015;
}
</style>
border-color css
<style>
span { border-color: #954015; }
span { border-color: rgb(149,64,21); }
td.TdClassName
{
border-color: #954015;
}
.TagClassName
{
border-color: #954015;
}
</style>