Shades of Saddle Brown #843C0C
Tints of Saddle Brown #843C0C
RGB
CMYK
RGB Variations
Color information
#843C0C (or 0x843C0C) is known color: Saddle Brown. HEX triplet: 84, 3C and 0C. RGB value is (132,60,12). Sum of RGB (Red+Green+Blue) = 132+60+12=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #843C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C0C is #7BC3F3. Grayscale: #4C4C4C. Windows color (decimal): -8111092 or 801924. OLE color: 801924.
HSL color Cylindrical-coordinate representation of color #843C0C: hue angle of 24º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #843C0C is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 12 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.48 |
| HSL | 24º | 0.83% | 0.28% | - |
| HSV(B) | 24º | 0.91% | 0.52% | - |
| XYZ | 11.2 | 8.16 | 1.33 | - |
| YUV | 76.06 | 91.85 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 12 | 0 | 0.55 | 0.91 | 0.48 | 24 | 0.83 | 0.28 |
| Hex | 84 | 3C | C | 0 | 37 | 5B | 30 | 18 | 53 | 1C |
| Octal | 204 | 74 | 14 | 0 | 67 | 133 | 60 | 30 | 123 | 34 |
| Binary | 10000100 | 111100 | 1100 | 0 | 110111 | 1011011 | 110000 | 11000 | 1010011 | 11100 |
Color Harmonies of #843C0C
Complementary color
Monochromatic Colors of #843C0C
Black with #843C0C
Text Example
Text Example
White with #843C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C0C; }
p { color: rgb(132,60,12); }
H1.HeaderClassName
{
color: #843C0C;
}
.AnyTagClassName
{
color: #843C0C;
}
</style>
background-color css
<style>
a { background-color: #843C0C; }
a { background-color: rgb(132,60,12); }
div.DivClassName
{
background-color: #843C0C;
}
.BgClassName
{
background-color: #843C0C;
}
</style>
border-color css
<style>
span { border-color: #843C0C; }
span { border-color: rgb(132,60,12); }
td.TdClassName
{
border-color: #843C0C;
}
.TagClassName
{
border-color: #843C0C;
}
</style>