Shades of Saddle Brown #954C10
Tints of Saddle Brown #954C10
RGB
CMYK
RGB Variations
Color information
#954C10 (or 0x954C10) is known color: Saddle Brown. HEX triplet: 95, 4C and 10. RGB value is (149,76,16). Sum of RGB (Red+Green+Blue) = 149+76+16=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #954C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C10 is #6AB3EF. Grayscale: #5B5B5B. Windows color (decimal): -6992880 or 1068181. OLE color: 1068181.
HSL color Cylindrical-coordinate representation of color #954C10: hue angle of 27.07º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #954C10 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 16 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.42 |
| HSL | 27.07º | 0.81% | 0.32% | - |
| HSV(B) | 27.07º | 0.89% | 0.58% | - |
| XYZ | 15.07 | 11.6 | 1.93 | - |
| YUV | 90.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 16 | 0 | 0.49 | 0.89 | 0.42 | 27.07 | 0.81 | 0.32 |
| Hex | 95 | 4C | 10 | 0 | 31 | 59 | 2A | 1B | 51 | 20 |
| Octal | 225 | 114 | 20 | 0 | 61 | 131 | 52 | 33 | 121 | 40 |
| Binary | 10010101 | 1001100 | 10000 | 0 | 110001 | 1011001 | 101010 | 11011 | 1010001 | 100000 |
Color Harmonies of #954C10
Complementary color
Monochromatic Colors of #954C10
Black with #954C10
Text Example
Text Example
White with #954C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C10; }
p { color: rgb(149,76,16); }
H1.HeaderClassName
{
color: #954C10;
}
.AnyTagClassName
{
color: #954C10;
}
</style>
background-color css
<style>
a { background-color: #954C10; }
a { background-color: rgb(149,76,16); }
div.DivClassName
{
background-color: #954C10;
}
.BgClassName
{
background-color: #954C10;
}
</style>
border-color css
<style>
span { border-color: #954C10; }
span { border-color: rgb(149,76,16); }
td.TdClassName
{
border-color: #954C10;
}
.TagClassName
{
border-color: #954C10;
}
</style>