Shades of Bracken #563D2D
Tints of Bracken #563D2D
RGB
CMYK
RGB Variations
Color information
#563D2D (or 0x563D2D) is known color: Bracken. HEX triplet: 56, 3D and 2D. RGB value is (86,61,45). Sum of RGB (Red+Green+Blue) = 86+61+45=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #563D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D2D is #A9C2D2. Grayscale: #424242. Windows color (decimal): -11125459 or 2964822. OLE color: 2964822.
HSL color Cylindrical-coordinate representation of color #563D2D: hue angle of 23.41º 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 #563D2D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 61 | 45 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.66 |
| HSL | 23.41º | 0.31% | 0.26% | - |
| HSV(B) | 23.41º | 0.48% | 0.34% | - |
| XYZ | 5.98 | 5.51 | 3.23 | - |
| YUV | 66.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 45 | 0 | 0.29 | 0.48 | 0.66 | 23.41 | 0.31 | 0.26 |
| Hex | 56 | 3D | 2D | 0 | 1D | 30 | 42 | 17 | 1F | 1A |
| Octal | 126 | 75 | 55 | 0 | 35 | 60 | 102 | 27 | 37 | 32 |
| Binary | 1010110 | 111101 | 101101 | 0 | 11101 | 110000 | 1000010 | 10111 | 11111 | 11010 |
Color Harmonies of #563D2D
Complementary color
Monochromatic Colors of #563D2D
Black with #563D2D
Text Example
Text Example
White with #563D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563D2D; }
p { color: rgb(86,61,45); }
H1.HeaderClassName
{
color: #563D2D;
}
.AnyTagClassName
{
color: #563D2D;
}
</style>
background-color css
<style>
a { background-color: #563D2D; }
a { background-color: rgb(86,61,45); }
div.DivClassName
{
background-color: #563D2D;
}
.BgClassName
{
background-color: #563D2D;
}
</style>
border-color css
<style>
span { border-color: #563D2D; }
span { border-color: rgb(86,61,45); }
td.TdClassName
{
border-color: #563D2D;
}
.TagClassName
{
border-color: #563D2D;
}
</style>