Shades of Saddle Brown #843C05
Tints of Saddle Brown #843C05
RGB
CMYK
RGB Variations
Color information
#843C05 (or 0x843C05) is known color: Saddle Brown. HEX triplet: 84, 3C and 05. RGB value is (132,60,5). Sum of RGB (Red+Green+Blue) = 132+60+5=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #843C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C05 is #7BC3FA. Grayscale: #4B4B4B. Windows color (decimal): -8111099 or 343172. OLE color: 343172.
HSL color Cylindrical-coordinate representation of color #843C05: hue angle of 25.98º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #843C05 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 5 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.48 |
| HSL | 25.98º | 0.93% | 0.27% | - |
| HSV(B) | 25.98º | 0.96% | 0.52% | - |
| XYZ | 11.16 | 8.15 | 1.13 | - |
| YUV | 75.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 5 | 0 | 0.55 | 0.96 | 0.48 | 25.98 | 0.93 | 0.27 |
| Hex | 84 | 3C | 5 | 0 | 37 | 60 | 30 | 1A | 5D | 1B |
| Octal | 204 | 74 | 5 | 0 | 67 | 140 | 60 | 32 | 135 | 33 |
| Binary | 10000100 | 111100 | 101 | 0 | 110111 | 1100000 | 110000 | 11010 | 1011101 | 11011 |
Color Harmonies of #843C05
Complementary color
Monochromatic Colors of #843C05
Black with #843C05
Text Example
Text Example
White with #843C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C05; }
p { color: rgb(132,60,5); }
H1.HeaderClassName
{
color: #843C05;
}
.AnyTagClassName
{
color: #843C05;
}
</style>
background-color css
<style>
a { background-color: #843C05; }
a { background-color: rgb(132,60,5); }
div.DivClassName
{
background-color: #843C05;
}
.BgClassName
{
background-color: #843C05;
}
</style>
border-color css
<style>
span { border-color: #843C05; }
span { border-color: rgb(132,60,5); }
td.TdClassName
{
border-color: #843C05;
}
.TagClassName
{
border-color: #843C05;
}
</style>