Shades of Saddle Brown #843C01
Tints of Saddle Brown #843C01
RGB
CMYK
RGB Variations
Color information
#843C01 (or 0x843C01) is known color: Saddle Brown. HEX triplet: 84, 3C and 01. RGB value is (132,60,1). Sum of RGB (Red+Green+Blue) = 132+60+1=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #843C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C01 is #7BC3FE. Grayscale: #4B4B4B. Windows color (decimal): -8111103 or 81028. OLE color: 81028.
HSL color Cylindrical-coordinate representation of color #843C01: hue angle of 27.02º 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 #843C01 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.48 |
| HSL | 27.02º | 0.98% | 0.26% | - |
| HSV(B) | 27.02º | 0.99% | 0.52% | - |
| XYZ | 11.14 | 8.14 | 1.01 | - |
| YUV | 74.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 1 | 0 | 0.55 | 0.99 | 0.48 | 27.02 | 0.98 | 0.26 |
| Hex | 84 | 3C | 1 | 0 | 37 | 63 | 30 | 1B | 62 | 1A |
| Octal | 204 | 74 | 1 | 0 | 67 | 143 | 60 | 33 | 142 | 32 |
| Binary | 10000100 | 111100 | 1 | 0 | 110111 | 1100011 | 110000 | 11011 | 1100010 | 11010 |
Color Harmonies of #843C01
Complementary color
Monochromatic Colors of #843C01
Black with #843C01
Text Example
Text Example
White with #843C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C01; }
p { color: rgb(132,60,1); }
H1.HeaderClassName
{
color: #843C01;
}
.AnyTagClassName
{
color: #843C01;
}
</style>
background-color css
<style>
a { background-color: #843C01; }
a { background-color: rgb(132,60,1); }
div.DivClassName
{
background-color: #843C01;
}
.BgClassName
{
background-color: #843C01;
}
</style>
border-color css
<style>
span { border-color: #843C01; }
span { border-color: rgb(132,60,1); }
td.TdClassName
{
border-color: #843C01;
}
.TagClassName
{
border-color: #843C01;
}
</style>