Shades of Brown Bramble #563422
Tints of Brown Bramble #563422
RGB
CMYK
RGB Variations
Color information
#563422 (or 0x563422) is known color: Brown Bramble. HEX triplet: 56, 34 and 22. RGB value is (86,52,34). Sum of RGB (Red+Green+Blue) = 86+52+34=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #563422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563422 is #A9CBDD. Grayscale: #3C3C3C. Windows color (decimal): -11127774 or 2241622. OLE color: 2241622.
HSL color Cylindrical-coordinate representation of color #563422: hue angle of 20.77º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #563422 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 52 | 34 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.66 |
| HSL | 20.77º | 0.43% | 0.24% | - |
| HSV(B) | 20.77º | 0.6% | 0.34% | - |
| XYZ | 5.35 | 4.55 | 2.11 | - |
| YUV | 60.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 34 | 0 | 0.40 | 0.60 | 0.66 | 20.77 | 0.43 | 0.24 |
| Hex | 56 | 34 | 22 | 0 | 28 | 3C | 42 | 15 | 2B | 18 |
| Octal | 126 | 64 | 42 | 0 | 50 | 74 | 102 | 25 | 53 | 30 |
| Binary | 1010110 | 110100 | 100010 | 0 | 101000 | 111100 | 1000010 | 10101 | 101011 | 11000 |
Color Harmonies of #563422
Complementary color
Monochromatic Colors of #563422
Black with #563422
Text Example
Text Example
White with #563422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563422; }
p { color: rgb(86,52,34); }
H1.HeaderClassName
{
color: #563422;
}
.AnyTagClassName
{
color: #563422;
}
</style>
background-color css
<style>
a { background-color: #563422; }
a { background-color: rgb(86,52,34); }
div.DivClassName
{
background-color: #563422;
}
.BgClassName
{
background-color: #563422;
}
</style>
border-color css
<style>
span { border-color: #563422; }
span { border-color: rgb(86,52,34); }
td.TdClassName
{
border-color: #563422;
}
.TagClassName
{
border-color: #563422;
}
</style>