Shades of Saddle Brown #843513
Tints of Saddle Brown #843513
RGB
CMYK
RGB Variations
Color information
#843513 (or 0x843513) is known color: Saddle Brown. HEX triplet: 84, 35 and 13. RGB value is (132,53,19). Sum of RGB (Red+Green+Blue) = 132+53+19=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #843513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843513 is #7BCAEC. Grayscale: #484848. Windows color (decimal): -8112877 or 1258884. OLE color: 1258884.
HSL color Cylindrical-coordinate representation of color #843513: hue angle of 18.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #843513 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 19 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.48 |
| HSL | 18.05º | 0.75% | 0.3% | - |
| HSV(B) | 18.05º | 0.86% | 0.52% | - |
| XYZ | 10.91 | 7.5 | 1.49 | - |
| YUV | 72.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 19 | 0 | 0.60 | 0.86 | 0.48 | 18.05 | 0.75 | 0.3 |
| Hex | 84 | 35 | 13 | 0 | 3C | 56 | 30 | 12 | 4B | 1E |
| Octal | 204 | 65 | 23 | 0 | 74 | 126 | 60 | 22 | 113 | 36 |
| Binary | 10000100 | 110101 | 10011 | 0 | 111100 | 1010110 | 110000 | 10010 | 1001011 | 11110 |
Color Harmonies of #843513
Complementary color
Monochromatic Colors of #843513
Black with #843513
Text Example
Text Example
White with #843513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843513; }
p { color: rgb(132,53,19); }
H1.HeaderClassName
{
color: #843513;
}
.AnyTagClassName
{
color: #843513;
}
</style>
background-color css
<style>
a { background-color: #843513; }
a { background-color: rgb(132,53,19); }
div.DivClassName
{
background-color: #843513;
}
.BgClassName
{
background-color: #843513;
}
</style>
border-color css
<style>
span { border-color: #843513; }
span { border-color: rgb(132,53,19); }
td.TdClassName
{
border-color: #843513;
}
.TagClassName
{
border-color: #843513;
}
</style>