Shades of Bracken #563F2D
Tints of Bracken #563F2D
RGB
CMYK
RGB Variations
Color information
#563F2D (or 0x563F2D) is known color: Bracken. HEX triplet: 56, 3F and 2D. RGB value is (86,63,45). Sum of RGB (Red+Green+Blue) = 86+63+45=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #563F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F2D is #A9C0D2. Grayscale: #434343. Windows color (decimal): -11124947 or 2965334. OLE color: 2965334.
HSL color Cylindrical-coordinate representation of color #563F2D: hue angle of 26.34º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #563F2D is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 45 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.66 |
| HSL | 26.34º | 0.31% | 0.26% | - |
| HSV(B) | 26.34º | 0.48% | 0.34% | - |
| XYZ | 6.09 | 5.72 | 3.27 | - |
| YUV | 67.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 45 | 0 | 0.27 | 0.48 | 0.66 | 26.34 | 0.31 | 0.26 |
| Hex | 56 | 3F | 2D | 0 | 1B | 30 | 42 | 1A | 1F | 1A |
| Octal | 126 | 77 | 55 | 0 | 33 | 60 | 102 | 32 | 37 | 32 |
| Binary | 1010110 | 111111 | 101101 | 0 | 11011 | 110000 | 1000010 | 11010 | 11111 | 11010 |
Color Harmonies of #563F2D
Complementary color
Monochromatic Colors of #563F2D
Black with #563F2D
Text Example
Text Example
White with #563F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F2D; }
p { color: rgb(86,63,45); }
H1.HeaderClassName
{
color: #563F2D;
}
.AnyTagClassName
{
color: #563F2D;
}
</style>
background-color css
<style>
a { background-color: #563F2D; }
a { background-color: rgb(86,63,45); }
div.DivClassName
{
background-color: #563F2D;
}
.BgClassName
{
background-color: #563F2D;
}
</style>
border-color css
<style>
span { border-color: #563F2D; }
span { border-color: rgb(86,63,45); }
td.TdClassName
{
border-color: #563F2D;
}
.TagClassName
{
border-color: #563F2D;
}
</style>