Shades of Brown Bramble #56321D
Tints of Brown Bramble #56321D
RGB
CMYK
RGB Variations
Color information
#56321D (or 0x56321D) is known color: Brown Bramble. HEX triplet: 56, 32 and 1D. RGB value is (86,50,29). Sum of RGB (Red+Green+Blue) = 86+50+29=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56321D is #A9CDE2. Grayscale: #3A3A3A. Windows color (decimal): -11128291 or 1913430. OLE color: 1913430.
HSL color Cylindrical-coordinate representation of color #56321D: hue angle of 22.11º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56321D is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 50 | 29 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.66 |
| HSL | 22.11º | 0.5% | 0.23% | - |
| HSV(B) | 22.11º | 0.66% | 0.34% | - |
| XYZ | 5.2 | 4.35 | 1.73 | - |
| YUV | 58.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 29 | 0 | 0.42 | 0.66 | 0.66 | 22.11 | 0.5 | 0.23 |
| Hex | 56 | 32 | 1D | 0 | 2A | 42 | 42 | 16 | 32 | 17 |
| Octal | 126 | 62 | 35 | 0 | 52 | 102 | 102 | 26 | 62 | 27 |
| Binary | 1010110 | 110010 | 11101 | 0 | 101010 | 1000010 | 1000010 | 10110 | 110010 | 10111 |
Color Harmonies of #56321D
Complementary color
Monochromatic Colors of #56321D
Black with #56321D
Text Example
Text Example
White with #56321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56321D; }
p { color: rgb(86,50,29); }
H1.HeaderClassName
{
color: #56321D;
}
.AnyTagClassName
{
color: #56321D;
}
</style>
background-color css
<style>
a { background-color: #56321D; }
a { background-color: rgb(86,50,29); }
div.DivClassName
{
background-color: #56321D;
}
.BgClassName
{
background-color: #56321D;
}
</style>
border-color css
<style>
span { border-color: #56321D; }
span { border-color: rgb(86,50,29); }
td.TdClassName
{
border-color: #56321D;
}
.TagClassName
{
border-color: #56321D;
}
</style>