Shades of Saddle Brown #843C02
Tints of Saddle Brown #843C02
RGB
CMYK
RGB Variations
Color information
#843C02 (or 0x843C02) is known color: Saddle Brown. HEX triplet: 84, 3C and 02. RGB value is (132,60,2). Sum of RGB (Red+Green+Blue) = 132+60+2=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #843C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C02 is #7BC3FD. Grayscale: #4B4B4B. Windows color (decimal): -8111102 or 146564. OLE color: 146564.
HSL color Cylindrical-coordinate representation of color #843C02: hue angle of 26.77º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #843C02 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 2 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.48 |
| HSL | 26.77º | 0.97% | 0.26% | - |
| HSV(B) | 26.77º | 0.98% | 0.52% | - |
| XYZ | 11.14 | 8.14 | 1.04 | - |
| YUV | 74.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 2 | 0 | 0.55 | 0.98 | 0.48 | 26.77 | 0.97 | 0.26 |
| Hex | 84 | 3C | 2 | 0 | 37 | 62 | 30 | 1B | 61 | 1A |
| Octal | 204 | 74 | 2 | 0 | 67 | 142 | 60 | 33 | 141 | 32 |
| Binary | 10000100 | 111100 | 10 | 0 | 110111 | 1100010 | 110000 | 11011 | 1100001 | 11010 |
Color Harmonies of #843C02
Complementary color
Monochromatic Colors of #843C02
Black with #843C02
Text Example
Text Example
White with #843C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C02; }
p { color: rgb(132,60,2); }
H1.HeaderClassName
{
color: #843C02;
}
.AnyTagClassName
{
color: #843C02;
}
</style>
background-color css
<style>
a { background-color: #843C02; }
a { background-color: rgb(132,60,2); }
div.DivClassName
{
background-color: #843C02;
}
.BgClassName
{
background-color: #843C02;
}
</style>
border-color css
<style>
span { border-color: #843C02; }
span { border-color: rgb(132,60,2); }
td.TdClassName
{
border-color: #843C02;
}
.TagClassName
{
border-color: #843C02;
}
</style>