Shades of Saddle Brown #954C12
Tints of Saddle Brown #954C12
RGB
CMYK
RGB Variations
Color information
#954C12 (or 0x954C12) is known color: Saddle Brown. HEX triplet: 95, 4C and 12. RGB value is (149,76,18). Sum of RGB (Red+Green+Blue) = 149+76+18=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #954C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C12 is #6AB3ED. Grayscale: #5B5B5B. Windows color (decimal): -6992878 or 1199253. OLE color: 1199253.
HSL color Cylindrical-coordinate representation of color #954C12: hue angle of 26.56º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #954C12 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 18 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.42 |
| HSL | 26.56º | 0.78% | 0.33% | - |
| HSV(B) | 26.56º | 0.88% | 0.58% | - |
| XYZ | 15.09 | 11.6 | 2.02 | - |
| YUV | 91.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 18 | 0 | 0.49 | 0.88 | 0.42 | 26.56 | 0.78 | 0.33 |
| Hex | 95 | 4C | 12 | 0 | 31 | 58 | 2A | 1B | 4E | 21 |
| Octal | 225 | 114 | 22 | 0 | 61 | 130 | 52 | 33 | 116 | 41 |
| Binary | 10010101 | 1001100 | 10010 | 0 | 110001 | 1011000 | 101010 | 11011 | 1001110 | 100001 |
Color Harmonies of #954C12
Complementary color
Monochromatic Colors of #954C12
Black with #954C12
Text Example
Text Example
White with #954C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C12; }
p { color: rgb(149,76,18); }
H1.HeaderClassName
{
color: #954C12;
}
.AnyTagClassName
{
color: #954C12;
}
</style>
background-color css
<style>
a { background-color: #954C12; }
a { background-color: rgb(149,76,18); }
div.DivClassName
{
background-color: #954C12;
}
.BgClassName
{
background-color: #954C12;
}
</style>
border-color css
<style>
span { border-color: #954C12; }
span { border-color: rgb(149,76,18); }
td.TdClassName
{
border-color: #954C12;
}
.TagClassName
{
border-color: #954C12;
}
</style>