Shades of Saddle Brown #843C00
Tints of Saddle Brown #843C00
RGB
CMYK
RGB Variations
Color information
#843C00 (or 0x843C00) is known color: Saddle Brown. HEX triplet: 84, 3C and 00. RGB value is (132,60,0). Sum of RGB (Red+Green+Blue) = 132+60+0=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #843C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C00 is #7BC3FF. Grayscale: #4B4B4B. Windows color (decimal): -8111104 or 15492. OLE color: 15492.
HSL color Cylindrical-coordinate representation of color #843C00: hue angle of 27.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #843C00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.48 |
| HSL | 27.27º | 1% | 0.26% | - |
| HSV(B) | 27.27º | 1% | 0.52% | - |
| XYZ | 11.13 | 8.14 | 0.98 | - |
| YUV | 74.69 | 85.85 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 0 | 0 | 0.55 | 1 | 0.48 | 27.27 | 1 | 0.26 |
| Hex | 84 | 3C | 0 | 0 | 37 | 64 | 30 | 1B | 64 | 1A |
| Octal | 204 | 74 | 0 | 0 | 67 | 144 | 60 | 33 | 144 | 32 |
| Binary | 10000100 | 111100 | 0 | 0 | 110111 | 1100100 | 110000 | 11011 | 1100100 | 11010 |
Color Harmonies of #843C00
Complementary color
Monochromatic Colors of #843C00
Black with #843C00
Text Example
Text Example
White with #843C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C00; }
p { color: rgb(132,60,0); }
H1.HeaderClassName
{
color: #843C00;
}
.AnyTagClassName
{
color: #843C00;
}
</style>
background-color css
<style>
a { background-color: #843C00; }
a { background-color: rgb(132,60,0); }
div.DivClassName
{
background-color: #843C00;
}
.BgClassName
{
background-color: #843C00;
}
</style>
border-color css
<style>
span { border-color: #843C00; }
span { border-color: rgb(132,60,0); }
td.TdClassName
{
border-color: #843C00;
}
.TagClassName
{
border-color: #843C00;
}
</style>