Shades of Saddle Brown #843814
Tints of Saddle Brown #843814
RGB
CMYK
RGB Variations
Color information
#843814 (or 0x843814) is known color: Saddle Brown. HEX triplet: 84, 38 and 14. RGB value is (132,56,20). Sum of RGB (Red+Green+Blue) = 132+56+20=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #843814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843814 is #7BC7EB. Grayscale: #4A4A4A. Windows color (decimal): -8112108 or 1325188. OLE color: 1325188.
HSL color Cylindrical-coordinate representation of color #843814: hue angle of 19.29º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #843814 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 20 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.48 |
| HSL | 19.29º | 0.74% | 0.3% | - |
| HSV(B) | 19.29º | 0.85% | 0.52% | - |
| XYZ | 11.06 | 7.78 | 1.58 | - |
| YUV | 74.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 20 | 0 | 0.58 | 0.85 | 0.48 | 19.29 | 0.74 | 0.3 |
| Hex | 84 | 38 | 14 | 0 | 3A | 55 | 30 | 13 | 4A | 1E |
| Octal | 204 | 70 | 24 | 0 | 72 | 125 | 60 | 23 | 112 | 36 |
| Binary | 10000100 | 111000 | 10100 | 0 | 111010 | 1010101 | 110000 | 10011 | 1001010 | 11110 |
Color Harmonies of #843814
Complementary color
Monochromatic Colors of #843814
Black with #843814
Text Example
Text Example
White with #843814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843814; }
p { color: rgb(132,56,20); }
H1.HeaderClassName
{
color: #843814;
}
.AnyTagClassName
{
color: #843814;
}
</style>
background-color css
<style>
a { background-color: #843814; }
a { background-color: rgb(132,56,20); }
div.DivClassName
{
background-color: #843814;
}
.BgClassName
{
background-color: #843814;
}
</style>
border-color css
<style>
span { border-color: #843814; }
span { border-color: rgb(132,56,20); }
td.TdClassName
{
border-color: #843814;
}
.TagClassName
{
border-color: #843814;
}
</style>