Shades of Brown Bramble #56321B
Tints of Brown Bramble #56321B
RGB
CMYK
RGB Variations
Color information
#56321B (or 0x56321B) is known color: Brown Bramble. HEX triplet: 56, 32 and 1B. RGB value is (86,50,27). Sum of RGB (Red+Green+Blue) = 86+50+27=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56321B is #A9CDE4. Grayscale: #3A3A3A. Windows color (decimal): -11128293 or 1782358. OLE color: 1782358.
HSL color Cylindrical-coordinate representation of color #56321B: hue angle of 23.39º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56321B is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 50 | 27 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.66 |
| HSL | 23.39º | 0.52% | 0.22% | - |
| HSV(B) | 23.39º | 0.69% | 0.34% | - |
| XYZ | 5.18 | 4.34 | 1.6 | - |
| YUV | 58.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 27 | 0 | 0.42 | 0.69 | 0.66 | 23.39 | 0.52 | 0.22 |
| Hex | 56 | 32 | 1B | 0 | 2A | 45 | 42 | 17 | 34 | 16 |
| Octal | 126 | 62 | 33 | 0 | 52 | 105 | 102 | 27 | 64 | 26 |
| Binary | 1010110 | 110010 | 11011 | 0 | 101010 | 1000101 | 1000010 | 10111 | 110100 | 10110 |
Color Harmonies of #56321B
Complementary color
Monochromatic Colors of #56321B
Black with #56321B
Text Example
Text Example
White with #56321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56321B; }
p { color: rgb(86,50,27); }
H1.HeaderClassName
{
color: #56321B;
}
.AnyTagClassName
{
color: #56321B;
}
</style>
background-color css
<style>
a { background-color: #56321B; }
a { background-color: rgb(86,50,27); }
div.DivClassName
{
background-color: #56321B;
}
.BgClassName
{
background-color: #56321B;
}
</style>
border-color css
<style>
span { border-color: #56321B; }
span { border-color: rgb(86,50,27); }
td.TdClassName
{
border-color: #56321B;
}
.TagClassName
{
border-color: #56321B;
}
</style>