Shades of Saddle Brown #843E01
Tints of Saddle Brown #843E01
RGB
CMYK
RGB Variations
Color information
#843E01 (or 0x843E01) is known color: Saddle Brown. HEX triplet: 84, 3E and 01. RGB value is (132,62,1). Sum of RGB (Red+Green+Blue) = 132+62+1=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #843E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843E01 is #7BC1FE. Grayscale: #4C4C4C. Windows color (decimal): -8110591 or 81540. OLE color: 81540.
HSL color Cylindrical-coordinate representation of color #843E01: hue angle of 27.94º 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 #843E01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 62 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.48 |
| HSL | 27.94º | 0.98% | 0.26% | - |
| HSV(B) | 27.94º | 0.99% | 0.52% | - |
| XYZ | 11.24 | 8.35 | 1.05 | - |
| YUV | 75.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 1 | 0 | 0.53 | 0.99 | 0.48 | 27.94 | 0.98 | 0.26 |
| Hex | 84 | 3E | 1 | 0 | 35 | 63 | 30 | 1C | 62 | 1A |
| Octal | 204 | 76 | 1 | 0 | 65 | 143 | 60 | 34 | 142 | 32 |
| Binary | 10000100 | 111110 | 1 | 0 | 110101 | 1100011 | 110000 | 11100 | 1100010 | 11010 |
Color Harmonies of #843E01
Complementary color
Monochromatic Colors of #843E01
Black with #843E01
Text Example
Text Example
White with #843E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843E01; }
p { color: rgb(132,62,1); }
H1.HeaderClassName
{
color: #843E01;
}
.AnyTagClassName
{
color: #843E01;
}
</style>
background-color css
<style>
a { background-color: #843E01; }
a { background-color: rgb(132,62,1); }
div.DivClassName
{
background-color: #843E01;
}
.BgClassName
{
background-color: #843E01;
}
</style>
border-color css
<style>
span { border-color: #843E01; }
span { border-color: rgb(132,62,1); }
td.TdClassName
{
border-color: #843E01;
}
.TagClassName
{
border-color: #843E01;
}
</style>