Shades of Saddle Brown #843201
Tints of Saddle Brown #843201
RGB
CMYK
RGB Variations
Color information
#843201 (or 0x843201) is known color: Saddle Brown. HEX triplet: 84, 32 and 01. RGB value is (132,50,1). Sum of RGB (Red+Green+Blue) = 132+50+1=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #843201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843201 is #7BCDFE. Grayscale: #454545. Windows color (decimal): -8113663 or 78468. OLE color: 78468.
HSL color Cylindrical-coordinate representation of color #843201: hue angle of 22.44º 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 #843201 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.48 |
| HSL | 22.44º | 0.98% | 0.26% | - |
| HSV(B) | 22.44º | 0.99% | 0.52% | - |
| XYZ | 10.66 | 7.19 | 0.85 | - |
| YUV | 68.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 1 | 0 | 0.62 | 0.99 | 0.48 | 22.44 | 0.98 | 0.26 |
| Hex | 84 | 32 | 1 | 0 | 3E | 63 | 30 | 16 | 62 | 1A |
| Octal | 204 | 62 | 1 | 0 | 76 | 143 | 60 | 26 | 142 | 32 |
| Binary | 10000100 | 110010 | 1 | 0 | 111110 | 1100011 | 110000 | 10110 | 1100010 | 11010 |
Color Harmonies of #843201
Complementary color
Monochromatic Colors of #843201
Black with #843201
Text Example
Text Example
White with #843201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843201; }
p { color: rgb(132,50,1); }
H1.HeaderClassName
{
color: #843201;
}
.AnyTagClassName
{
color: #843201;
}
</style>
background-color css
<style>
a { background-color: #843201; }
a { background-color: rgb(132,50,1); }
div.DivClassName
{
background-color: #843201;
}
.BgClassName
{
background-color: #843201;
}
</style>
border-color css
<style>
span { border-color: #843201; }
span { border-color: rgb(132,50,1); }
td.TdClassName
{
border-color: #843201;
}
.TagClassName
{
border-color: #843201;
}
</style>