Shades of Saddle Brown #954C07
Tints of Saddle Brown #954C07
RGB
CMYK
RGB Variations
Color information
#954C07 (or 0x954C07) is known color: Saddle Brown. HEX triplet: 95, 4C and 07. RGB value is (149,76,7). Sum of RGB (Red+Green+Blue) = 149+76+7=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #954C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C07 is #6AB3F8. Grayscale: #5A5A5A. Windows color (decimal): -6992889 or 478357. OLE color: 478357.
HSL color Cylindrical-coordinate representation of color #954C07: hue angle of 29.15º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #954C07 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 7 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.42 |
| HSL | 29.15º | 0.91% | 0.31% | - |
| HSV(B) | 29.15º | 0.95% | 0.58% | - |
| XYZ | 15.02 | 11.57 | 1.64 | - |
| YUV | 89.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 7 | 0 | 0.49 | 0.95 | 0.42 | 29.15 | 0.91 | 0.31 |
| Hex | 95 | 4C | 7 | 0 | 31 | 5F | 2A | 1D | 5B | 1F |
| Octal | 225 | 114 | 7 | 0 | 61 | 137 | 52 | 35 | 133 | 37 |
| Binary | 10010101 | 1001100 | 111 | 0 | 110001 | 1011111 | 101010 | 11101 | 1011011 | 11111 |
Color Harmonies of #954C07
Complementary color
Monochromatic Colors of #954C07
Black with #954C07
Text Example
Text Example
White with #954C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C07; }
p { color: rgb(149,76,7); }
H1.HeaderClassName
{
color: #954C07;
}
.AnyTagClassName
{
color: #954C07;
}
</style>
background-color css
<style>
a { background-color: #954C07; }
a { background-color: rgb(149,76,7); }
div.DivClassName
{
background-color: #954C07;
}
.BgClassName
{
background-color: #954C07;
}
</style>
border-color css
<style>
span { border-color: #954C07; }
span { border-color: rgb(149,76,7); }
td.TdClassName
{
border-color: #954C07;
}
.TagClassName
{
border-color: #954C07;
}
</style>