Shades of Very Dark Brown #56423C
Tints of Very Dark Brown #56423C
RGB
CMYK
RGB Variations
Color information
#56423C (or 0x56423C) is known color: Very Dark Brown. HEX triplet: 56, 42 and 3C. RGB value is (86,66,60). Sum of RGB (Red+Green+Blue) = 86+66+60=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #56423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56423C is #A9BDC3. Grayscale: #474747. Windows color (decimal): -11124164 or 3949142. OLE color: 3949142.
HSL color Cylindrical-coordinate representation of color #56423C: hue angle of 13.85º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56423C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 66 | 60 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.66 |
| HSL | 13.85º | 0.18% | 0.29% | - |
| HSV(B) | 13.85º | 0.3% | 0.34% | - |
| XYZ | 6.6 | 6.2 | 5.12 | - |
| YUV | 71.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 66 | 60 | 0 | 0.23 | 0.30 | 0.66 | 13.85 | 0.18 | 0.29 |
| Hex | 56 | 42 | 3C | 0 | 17 | 1E | 42 | E | 12 | 1D |
| Octal | 126 | 102 | 74 | 0 | 27 | 36 | 102 | 16 | 22 | 35 |
| Binary | 1010110 | 1000010 | 111100 | 0 | 10111 | 11110 | 1000010 | 1110 | 10010 | 11101 |
Color Harmonies of #56423C
Complementary color
Monochromatic Colors of #56423C
Black with #56423C
Text Example
Text Example
White with #56423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56423C; }
p { color: rgb(86,66,60); }
H1.HeaderClassName
{
color: #56423C;
}
.AnyTagClassName
{
color: #56423C;
}
</style>
background-color css
<style>
a { background-color: #56423C; }
a { background-color: rgb(86,66,60); }
div.DivClassName
{
background-color: #56423C;
}
.BgClassName
{
background-color: #56423C;
}
</style>
border-color css
<style>
span { border-color: #56423C; }
span { border-color: rgb(86,66,60); }
td.TdClassName
{
border-color: #56423C;
}
.TagClassName
{
border-color: #56423C;
}
</style>