Shades of Bracken #563C21
Tints of Bracken #563C21
RGB
CMYK
RGB Variations
Color information
#563C21 (or 0x563C21) is known color: Bracken. HEX triplet: 56, 3C and 21. RGB value is (86,60,33). Sum of RGB (Red+Green+Blue) = 86+60+33=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #563C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C21 is #A9C3DE. Grayscale: #404040. Windows color (decimal): -11125727 or 2178134. OLE color: 2178134.
HSL color Cylindrical-coordinate representation of color #563C21: hue angle of 30.57º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #563C21 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 33 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.66 |
| HSL | 30.57º | 0.45% | 0.23% | - |
| HSV(B) | 30.57º | 0.62% | 0.34% | - |
| XYZ | 5.73 | 5.32 | 2.16 | - |
| YUV | 64.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 33 | 0 | 0.30 | 0.62 | 0.66 | 30.57 | 0.45 | 0.23 |
| Hex | 56 | 3C | 21 | 0 | 1E | 3E | 42 | 1F | 2D | 17 |
| Octal | 126 | 74 | 41 | 0 | 36 | 76 | 102 | 37 | 55 | 27 |
| Binary | 1010110 | 111100 | 100001 | 0 | 11110 | 111110 | 1000010 | 11111 | 101101 | 10111 |
Color Harmonies of #563C21
Complementary color
Monochromatic Colors of #563C21
Black with #563C21
Text Example
Text Example
White with #563C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C21; }
p { color: rgb(86,60,33); }
H1.HeaderClassName
{
color: #563C21;
}
.AnyTagClassName
{
color: #563C21;
}
</style>
background-color css
<style>
a { background-color: #563C21; }
a { background-color: rgb(86,60,33); }
div.DivClassName
{
background-color: #563C21;
}
.BgClassName
{
background-color: #563C21;
}
</style>
border-color css
<style>
span { border-color: #563C21; }
span { border-color: rgb(86,60,33); }
td.TdClassName
{
border-color: #563C21;
}
.TagClassName
{
border-color: #563C21;
}
</style>