Shades of Saddle Brown #843401
Tints of Saddle Brown #843401
RGB
CMYK
RGB Variations
Color information
#843401 (or 0x843401) is known color: Saddle Brown. HEX triplet: 84, 34 and 01. RGB value is (132,52,1). Sum of RGB (Red+Green+Blue) = 132+52+1=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #843401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843401 is #7BCBFE. Grayscale: #464646. Windows color (decimal): -8113151 or 78980. OLE color: 78980.
HSL color Cylindrical-coordinate representation of color #843401: hue angle of 23.36º 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 #843401 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.48 |
| HSL | 23.36º | 0.98% | 0.26% | - |
| HSV(B) | 23.36º | 0.99% | 0.52% | - |
| XYZ | 10.75 | 7.36 | 0.88 | - |
| YUV | 70.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 1 | 0 | 0.61 | 0.99 | 0.48 | 23.36 | 0.98 | 0.26 |
| Hex | 84 | 34 | 1 | 0 | 3D | 63 | 30 | 17 | 62 | 1A |
| Octal | 204 | 64 | 1 | 0 | 75 | 143 | 60 | 27 | 142 | 32 |
| Binary | 10000100 | 110100 | 1 | 0 | 111101 | 1100011 | 110000 | 10111 | 1100010 | 11010 |
Color Harmonies of #843401
Complementary color
Monochromatic Colors of #843401
Black with #843401
Text Example
Text Example
White with #843401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843401; }
p { color: rgb(132,52,1); }
H1.HeaderClassName
{
color: #843401;
}
.AnyTagClassName
{
color: #843401;
}
</style>
background-color css
<style>
a { background-color: #843401; }
a { background-color: rgb(132,52,1); }
div.DivClassName
{
background-color: #843401;
}
.BgClassName
{
background-color: #843401;
}
</style>
border-color css
<style>
span { border-color: #843401; }
span { border-color: rgb(132,52,1); }
td.TdClassName
{
border-color: #843401;
}
.TagClassName
{
border-color: #843401;
}
</style>