Shades of Saddle Brown #954B11
Tints of Saddle Brown #954B11
RGB
CMYK
RGB Variations
Color information
#954B11 (or 0x954B11) is known color: Saddle Brown. HEX triplet: 95, 4B and 11. RGB value is (149,75,17). Sum of RGB (Red+Green+Blue) = 149+75+17=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #954B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954B11 is #6AB4EE. Grayscale: #5A5A5A. Windows color (decimal): -6993135 or 1133461. OLE color: 1133461.
HSL color Cylindrical-coordinate representation of color #954B11: hue angle of 26.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #954B11 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 17 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.42 |
| HSL | 26.36º | 0.8% | 0.33% | - |
| HSV(B) | 26.36º | 0.89% | 0.58% | - |
| XYZ | 15.01 | 11.46 | 1.95 | - |
| YUV | 90.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 17 | 0 | 0.50 | 0.89 | 0.42 | 26.36 | 0.8 | 0.33 |
| Hex | 95 | 4B | 11 | 0 | 32 | 59 | 2A | 1A | 50 | 21 |
| Octal | 225 | 113 | 21 | 0 | 62 | 131 | 52 | 32 | 120 | 41 |
| Binary | 10010101 | 1001011 | 10001 | 0 | 110010 | 1011001 | 101010 | 11010 | 1010000 | 100001 |
Color Harmonies of #954B11
Complementary color
Monochromatic Colors of #954B11
Black with #954B11
Text Example
Text Example
White with #954B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B11; }
p { color: rgb(149,75,17); }
H1.HeaderClassName
{
color: #954B11;
}
.AnyTagClassName
{
color: #954B11;
}
</style>
background-color css
<style>
a { background-color: #954B11; }
a { background-color: rgb(149,75,17); }
div.DivClassName
{
background-color: #954B11;
}
.BgClassName
{
background-color: #954B11;
}
</style>
border-color css
<style>
span { border-color: #954B11; }
span { border-color: rgb(149,75,17); }
td.TdClassName
{
border-color: #954B11;
}
.TagClassName
{
border-color: #954B11;
}
</style>