Shades of Saddle Brown #943512
Tints of Saddle Brown #943512
RGB
CMYK
RGB Variations
Color information
#943512 (or 0x943512) is known color: Saddle Brown. HEX triplet: 94, 35 and 12. RGB value is (148,53,18). Sum of RGB (Red+Green+Blue) = 148+53+18=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #943512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943512 is #6BCAED. Grayscale: #4D4D4D. Windows color (decimal): -7064302 or 1193364. OLE color: 1193364.
HSL color Cylindrical-coordinate representation of color #943512: hue angle of 16.15º 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 #943512 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 53 | 18 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.42 |
| HSL | 16.15º | 0.78% | 0.33% | - |
| HSV(B) | 16.15º | 0.88% | 0.58% | - |
| XYZ | 13.6 | 8.89 | 1.57 | - |
| YUV | 77.42 | 94.47 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 18 | 0 | 0.64 | 0.88 | 0.42 | 16.15 | 0.78 | 0.33 |
| Hex | 94 | 35 | 12 | 0 | 40 | 58 | 2A | 10 | 4E | 21 |
| Octal | 224 | 65 | 22 | 0 | 100 | 130 | 52 | 20 | 116 | 41 |
| Binary | 10010100 | 110101 | 10010 | 0 | 1000000 | 1011000 | 101010 | 10000 | 1001110 | 100001 |
Color Harmonies of #943512
Complementary color
Monochromatic Colors of #943512
Black with #943512
Text Example
Text Example
White with #943512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943512; }
p { color: rgb(148,53,18); }
H1.HeaderClassName
{
color: #943512;
}
.AnyTagClassName
{
color: #943512;
}
</style>
background-color css
<style>
a { background-color: #943512; }
a { background-color: rgb(148,53,18); }
div.DivClassName
{
background-color: #943512;
}
.BgClassName
{
background-color: #943512;
}
</style>
border-color css
<style>
span { border-color: #943512; }
span { border-color: rgb(148,53,18); }
td.TdClassName
{
border-color: #943512;
}
.TagClassName
{
border-color: #943512;
}
</style>