Shades of Saddle Brown #843F12
Tints of Saddle Brown #843F12
RGB
CMYK
RGB Variations
Color information
#843F12 (or 0x843F12) is known color: Saddle Brown. HEX triplet: 84, 3F and 12. RGB value is (132,63,18). Sum of RGB (Red+Green+Blue) = 132+63+18=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #843F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843F12 is #7BC0ED. Grayscale: #4E4E4E. Windows color (decimal): -8110318 or 1195908. OLE color: 1195908.
HSL color Cylindrical-coordinate representation of color #843F12: hue angle of 23.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #843F12 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 63 | 18 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.48 |
| HSL | 23.68º | 0.76% | 0.29% | - |
| HSV(B) | 23.68º | 0.86% | 0.52% | - |
| XYZ | 11.4 | 8.5 | 1.61 | - |
| YUV | 78.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 18 | 0 | 0.52 | 0.86 | 0.48 | 23.68 | 0.76 | 0.29 |
| Hex | 84 | 3F | 12 | 0 | 34 | 56 | 30 | 18 | 4C | 1D |
| Octal | 204 | 77 | 22 | 0 | 64 | 126 | 60 | 30 | 114 | 35 |
| Binary | 10000100 | 111111 | 10010 | 0 | 110100 | 1010110 | 110000 | 11000 | 1001100 | 11101 |
Color Harmonies of #843F12
Complementary color
Monochromatic Colors of #843F12
Black with #843F12
Text Example
Text Example
White with #843F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843F12; }
p { color: rgb(132,63,18); }
H1.HeaderClassName
{
color: #843F12;
}
.AnyTagClassName
{
color: #843F12;
}
</style>
background-color css
<style>
a { background-color: #843F12; }
a { background-color: rgb(132,63,18); }
div.DivClassName
{
background-color: #843F12;
}
.BgClassName
{
background-color: #843F12;
}
</style>
border-color css
<style>
span { border-color: #843F12; }
span { border-color: rgb(132,63,18); }
td.TdClassName
{
border-color: #843F12;
}
.TagClassName
{
border-color: #843F12;
}
</style>