Shades of Very Dark Brown #56433D
Tints of Very Dark Brown #56433D
RGB
CMYK
RGB Variations
Color information
#56433D (or 0x56433D) is known color: Very Dark Brown. HEX triplet: 56, 43 and 3D. RGB value is (86,67,61). Sum of RGB (Red+Green+Blue) = 86+67+61=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #56433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56433D is #A9BCC2. Grayscale: #484848. Windows color (decimal): -11123907 or 4014934. OLE color: 4014934.
HSL color Cylindrical-coordinate representation of color #56433D: hue angle of 14.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56433D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 61 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.66 |
| HSL | 14.4º | 0.17% | 0.29% | - |
| HSV(B) | 14.4º | 0.29% | 0.34% | - |
| XYZ | 6.69 | 6.33 | 5.28 | - |
| YUV | 72 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 61 | 0 | 0.22 | 0.29 | 0.66 | 14.4 | 0.17 | 0.29 |
| Hex | 56 | 43 | 3D | 0 | 16 | 1D | 42 | E | 11 | 1D |
| Octal | 126 | 103 | 75 | 0 | 26 | 35 | 102 | 16 | 21 | 35 |
| Binary | 1010110 | 1000011 | 111101 | 0 | 10110 | 11101 | 1000010 | 1110 | 10001 | 11101 |
Color Harmonies of #56433D
Complementary color
Monochromatic Colors of #56433D
Black with #56433D
Text Example
Text Example
White with #56433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56433D; }
p { color: rgb(86,67,61); }
H1.HeaderClassName
{
color: #56433D;
}
.AnyTagClassName
{
color: #56433D;
}
</style>
background-color css
<style>
a { background-color: #56433D; }
a { background-color: rgb(86,67,61); }
div.DivClassName
{
background-color: #56433D;
}
.BgClassName
{
background-color: #56433D;
}
</style>
border-color css
<style>
span { border-color: #56433D; }
span { border-color: rgb(86,67,61); }
td.TdClassName
{
border-color: #56433D;
}
.TagClassName
{
border-color: #56433D;
}
</style>