Shades of Bracken #563F28
Tints of Bracken #563F28
RGB
CMYK
RGB Variations
Color information
#563F28 (or 0x563F28) is known color: Bracken. HEX triplet: 56, 3F and 28. RGB value is (86,63,40). Sum of RGB (Red+Green+Blue) = 86+63+40=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #563F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F28 is #A9C0D7. Grayscale: #434343. Windows color (decimal): -11124952 or 2637654. OLE color: 2637654.
HSL color Cylindrical-coordinate representation of color #563F28: hue angle of 30º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563F28 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 40 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.66 |
| HSL | 30º | 0.37% | 0.25% | - |
| HSV(B) | 30º | 0.53% | 0.34% | - |
| XYZ | 6 | 5.69 | 2.79 | - |
| YUV | 67.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 40 | 0 | 0.27 | 0.53 | 0.66 | 30 | 0.37 | 0.25 |
| Hex | 56 | 3F | 28 | 0 | 1B | 35 | 42 | 1E | 25 | 19 |
| Octal | 126 | 77 | 50 | 0 | 33 | 65 | 102 | 36 | 45 | 31 |
| Binary | 1010110 | 111111 | 101000 | 0 | 11011 | 110101 | 1000010 | 11110 | 100101 | 11001 |
Color Harmonies of #563F28
Complementary color
Monochromatic Colors of #563F28
Black with #563F28
Text Example
Text Example
White with #563F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F28; }
p { color: rgb(86,63,40); }
H1.HeaderClassName
{
color: #563F28;
}
.AnyTagClassName
{
color: #563F28;
}
</style>
background-color css
<style>
a { background-color: #563F28; }
a { background-color: rgb(86,63,40); }
div.DivClassName
{
background-color: #563F28;
}
.BgClassName
{
background-color: #563F28;
}
</style>
border-color css
<style>
span { border-color: #563F28; }
span { border-color: rgb(86,63,40); }
td.TdClassName
{
border-color: #563F28;
}
.TagClassName
{
border-color: #563F28;
}
</style>