Shades of Bracken #563B2C
Tints of Bracken #563B2C
RGB
CMYK
RGB Variations
Color information
#563B2C (or 0x563B2C) is known color: Bracken. HEX triplet: 56, 3B and 2C. RGB value is (86,59,44). Sum of RGB (Red+Green+Blue) = 86+59+44=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #563B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B2C is #A9C4D3. Grayscale: #414141. Windows color (decimal): -11125972 or 2898774. OLE color: 2898774.
HSL color Cylindrical-coordinate representation of color #563B2C: hue angle of 21.43º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #563B2C is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 59 | 44 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.66 |
| HSL | 21.43º | 0.32% | 0.25% | - |
| HSV(B) | 21.43º | 0.49% | 0.34% | - |
| XYZ | 5.86 | 5.29 | 3.09 | - |
| YUV | 65.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 59 | 44 | 0 | 0.31 | 0.49 | 0.66 | 21.43 | 0.32 | 0.25 |
| Hex | 56 | 3B | 2C | 0 | 1F | 31 | 42 | 15 | 20 | 19 |
| Octal | 126 | 73 | 54 | 0 | 37 | 61 | 102 | 25 | 40 | 31 |
| Binary | 1010110 | 111011 | 101100 | 0 | 11111 | 110001 | 1000010 | 10101 | 100000 | 11001 |
Color Harmonies of #563B2C
Complementary color
Monochromatic Colors of #563B2C
Black with #563B2C
Text Example
Text Example
White with #563B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563B2C; }
p { color: rgb(86,59,44); }
H1.HeaderClassName
{
color: #563B2C;
}
.AnyTagClassName
{
color: #563B2C;
}
</style>
background-color css
<style>
a { background-color: #563B2C; }
a { background-color: rgb(86,59,44); }
div.DivClassName
{
background-color: #563B2C;
}
.BgClassName
{
background-color: #563B2C;
}
</style>
border-color css
<style>
span { border-color: #563B2C; }
span { border-color: rgb(86,59,44); }
td.TdClassName
{
border-color: #563B2C;
}
.TagClassName
{
border-color: #563B2C;
}
</style>