Shades of Saddle Brown #843714
Tints of Saddle Brown #843714
RGB
CMYK
RGB Variations
Color information
#843714 (or 0x843714) is known color: Saddle Brown. HEX triplet: 84, 37 and 14. RGB value is (132,55,20). Sum of RGB (Red+Green+Blue) = 132+55+20=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #843714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843714 is #7BC8EB. Grayscale: #4A4A4A. Windows color (decimal): -8112364 or 1324932. OLE color: 1324932.
HSL color Cylindrical-coordinate representation of color #843714: hue angle of 18.75º 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 #843714 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 20 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.48 |
| HSL | 18.75º | 0.74% | 0.3% | - |
| HSV(B) | 18.75º | 0.85% | 0.52% | - |
| XYZ | 11.01 | 7.69 | 1.57 | - |
| YUV | 74.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 20 | 0 | 0.58 | 0.85 | 0.48 | 18.75 | 0.74 | 0.3 |
| Hex | 84 | 37 | 14 | 0 | 3A | 55 | 30 | 13 | 4A | 1E |
| Octal | 204 | 67 | 24 | 0 | 72 | 125 | 60 | 23 | 112 | 36 |
| Binary | 10000100 | 110111 | 10100 | 0 | 111010 | 1010101 | 110000 | 10011 | 1001010 | 11110 |
Color Harmonies of #843714
Complementary color
Monochromatic Colors of #843714
Black with #843714
Text Example
Text Example
White with #843714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843714; }
p { color: rgb(132,55,20); }
H1.HeaderClassName
{
color: #843714;
}
.AnyTagClassName
{
color: #843714;
}
</style>
background-color css
<style>
a { background-color: #843714; }
a { background-color: rgb(132,55,20); }
div.DivClassName
{
background-color: #843714;
}
.BgClassName
{
background-color: #843714;
}
</style>
border-color css
<style>
span { border-color: #843714; }
span { border-color: rgb(132,55,20); }
td.TdClassName
{
border-color: #843714;
}
.TagClassName
{
border-color: #843714;
}
</style>