Shades of Saddle Brown #843D12
Tints of Saddle Brown #843D12
RGB
CMYK
RGB Variations
Color information
#843D12 (or 0x843D12) is known color: Saddle Brown. HEX triplet: 84, 3D and 12. RGB value is (132,61,18). Sum of RGB (Red+Green+Blue) = 132+61+18=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #843D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843D12 is #7BC2ED. Grayscale: #4D4D4D. Windows color (decimal): -8110830 or 1195396. OLE color: 1195396.
HSL color Cylindrical-coordinate representation of color #843D12: hue angle of 22.63º 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 #843D12 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 61 | 18 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.48 |
| HSL | 22.63º | 0.76% | 0.29% | - |
| HSV(B) | 22.63º | 0.86% | 0.52% | - |
| XYZ | 11.29 | 8.29 | 1.58 | - |
| YUV | 77.33 | 94.52 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 18 | 0 | 0.54 | 0.86 | 0.48 | 22.63 | 0.76 | 0.29 |
| Hex | 84 | 3D | 12 | 0 | 36 | 56 | 30 | 17 | 4C | 1D |
| Octal | 204 | 75 | 22 | 0 | 66 | 126 | 60 | 27 | 114 | 35 |
| Binary | 10000100 | 111101 | 10010 | 0 | 110110 | 1010110 | 110000 | 10111 | 1001100 | 11101 |
Color Harmonies of #843D12
Complementary color
Monochromatic Colors of #843D12
Black with #843D12
Text Example
Text Example
White with #843D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843D12; }
p { color: rgb(132,61,18); }
H1.HeaderClassName
{
color: #843D12;
}
.AnyTagClassName
{
color: #843D12;
}
</style>
background-color css
<style>
a { background-color: #843D12; }
a { background-color: rgb(132,61,18); }
div.DivClassName
{
background-color: #843D12;
}
.BgClassName
{
background-color: #843D12;
}
</style>
border-color css
<style>
span { border-color: #843D12; }
span { border-color: rgb(132,61,18); }
td.TdClassName
{
border-color: #843D12;
}
.TagClassName
{
border-color: #843D12;
}
</style>