Shades of Saddle Brown #843701
Tints of Saddle Brown #843701
RGB
CMYK
RGB Variations
Color information
#843701 (or 0x843701) is known color: Saddle Brown. HEX triplet: 84, 37 and 01. RGB value is (132,55,1). Sum of RGB (Red+Green+Blue) = 132+55+1=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #843701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843701 is #7BC8FE. Grayscale: #484848. Windows color (decimal): -8112383 or 79748. OLE color: 79748.
HSL color Cylindrical-coordinate representation of color #843701: hue angle of 24.73º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #843701 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 55 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.48 |
| HSL | 24.73º | 0.98% | 0.26% | - |
| HSV(B) | 24.73º | 0.99% | 0.52% | - |
| XYZ | 10.89 | 7.64 | 0.93 | - |
| YUV | 71.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 1 | 0 | 0.58 | 0.99 | 0.48 | 24.73 | 0.98 | 0.26 |
| Hex | 84 | 37 | 1 | 0 | 3A | 63 | 30 | 19 | 62 | 1A |
| Octal | 204 | 67 | 1 | 0 | 72 | 143 | 60 | 31 | 142 | 32 |
| Binary | 10000100 | 110111 | 1 | 0 | 111010 | 1100011 | 110000 | 11001 | 1100010 | 11010 |
Color Harmonies of #843701
Complementary color
Monochromatic Colors of #843701
Black with #843701
Text Example
Text Example
White with #843701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843701; }
p { color: rgb(132,55,1); }
H1.HeaderClassName
{
color: #843701;
}
.AnyTagClassName
{
color: #843701;
}
</style>
background-color css
<style>
a { background-color: #843701; }
a { background-color: rgb(132,55,1); }
div.DivClassName
{
background-color: #843701;
}
.BgClassName
{
background-color: #843701;
}
</style>
border-color css
<style>
span { border-color: #843701; }
span { border-color: rgb(132,55,1); }
td.TdClassName
{
border-color: #843701;
}
.TagClassName
{
border-color: #843701;
}
</style>