Shades of Bracken #563F2F
Tints of Bracken #563F2F
RGB
CMYK
RGB Variations
Color information
#563F2F (or 0x563F2F) is known color: Bracken. HEX triplet: 56, 3F and 2F. RGB value is (86,63,47). Sum of RGB (Red+Green+Blue) = 86+63+47=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #563F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F2F is #A9C0D0. Grayscale: #444444. Windows color (decimal): -11124945 or 3096406. OLE color: 3096406.
HSL color Cylindrical-coordinate representation of color #563F2F: hue angle of 24.62º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #563F2F is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 47 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.66 |
| HSL | 24.62º | 0.29% | 0.26% | - |
| HSV(B) | 24.62º | 0.45% | 0.34% | - |
| XYZ | 6.13 | 5.74 | 3.47 | - |
| YUV | 68.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 47 | 0 | 0.27 | 0.45 | 0.66 | 24.62 | 0.29 | 0.26 |
| Hex | 56 | 3F | 2F | 0 | 1B | 2D | 42 | 19 | 1D | 1A |
| Octal | 126 | 77 | 57 | 0 | 33 | 55 | 102 | 31 | 35 | 32 |
| Binary | 1010110 | 111111 | 101111 | 0 | 11011 | 101101 | 1000010 | 11001 | 11101 | 11010 |
Color Harmonies of #563F2F
Complementary color
Monochromatic Colors of #563F2F
Black with #563F2F
Text Example
Text Example
White with #563F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F2F; }
p { color: rgb(86,63,47); }
H1.HeaderClassName
{
color: #563F2F;
}
.AnyTagClassName
{
color: #563F2F;
}
</style>
background-color css
<style>
a { background-color: #563F2F; }
a { background-color: rgb(86,63,47); }
div.DivClassName
{
background-color: #563F2F;
}
.BgClassName
{
background-color: #563F2F;
}
</style>
border-color css
<style>
span { border-color: #563F2F; }
span { border-color: rgb(86,63,47); }
td.TdClassName
{
border-color: #563F2F;
}
.TagClassName
{
border-color: #563F2F;
}
</style>