Shades of Brown Bramble #563320
Tints of Brown Bramble #563320
RGB
CMYK
RGB Variations
Color information
#563320 (or 0x563320) is known color: Brown Bramble. HEX triplet: 56, 33 and 20. RGB value is (86,51,32). Sum of RGB (Red+Green+Blue) = 86+51+32=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #563320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563320 is #A9CCDF. Grayscale: #3B3B3B. Windows color (decimal): -11128032 or 2110294. OLE color: 2110294.
HSL color Cylindrical-coordinate representation of color #563320: hue angle of 21.11º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563320 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 51 | 32 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.66 |
| HSL | 21.11º | 0.46% | 0.23% | - |
| HSV(B) | 21.11º | 0.63% | 0.34% | - |
| XYZ | 5.28 | 4.45 | 1.95 | - |
| YUV | 59.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 32 | 0 | 0.41 | 0.63 | 0.66 | 21.11 | 0.46 | 0.23 |
| Hex | 56 | 33 | 20 | 0 | 29 | 3F | 42 | 15 | 2E | 17 |
| Octal | 126 | 63 | 40 | 0 | 51 | 77 | 102 | 25 | 56 | 27 |
| Binary | 1010110 | 110011 | 100000 | 0 | 101001 | 111111 | 1000010 | 10101 | 101110 | 10111 |
Color Harmonies of #563320
Complementary color
Monochromatic Colors of #563320
Black with #563320
Text Example
Text Example
White with #563320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563320; }
p { color: rgb(86,51,32); }
H1.HeaderClassName
{
color: #563320;
}
.AnyTagClassName
{
color: #563320;
}
</style>
background-color css
<style>
a { background-color: #563320; }
a { background-color: rgb(86,51,32); }
div.DivClassName
{
background-color: #563320;
}
.BgClassName
{
background-color: #563320;
}
</style>
border-color css
<style>
span { border-color: #563320; }
span { border-color: rgb(86,51,32); }
td.TdClassName
{
border-color: #563320;
}
.TagClassName
{
border-color: #563320;
}
</style>