Shades of Brown Bramble #563A1D
Tints of Brown Bramble #563A1D
RGB
CMYK
RGB Variations
Color information
#563A1D (or 0x563A1D) is known color: Brown Bramble. HEX triplet: 56, 3A and 1D. RGB value is (86,58,29). Sum of RGB (Red+Green+Blue) = 86+58+29=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #563A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A1D is #A9C5E2. Grayscale: #3F3F3F. Windows color (decimal): -11126243 or 1915478. OLE color: 1915478.
HSL color Cylindrical-coordinate representation of color #563A1D: hue angle of 30.53º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #563A1D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 58 | 29 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.66 |
| HSL | 30.53º | 0.5% | 0.23% | - |
| HSV(B) | 30.53º | 0.66% | 0.34% | - |
| XYZ | 5.57 | 5.09 | 1.85 | - |
| YUV | 63.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 29 | 0 | 0.33 | 0.66 | 0.66 | 30.53 | 0.5 | 0.23 |
| Hex | 56 | 3A | 1D | 0 | 21 | 42 | 42 | 1F | 32 | 17 |
| Octal | 126 | 72 | 35 | 0 | 41 | 102 | 102 | 37 | 62 | 27 |
| Binary | 1010110 | 111010 | 11101 | 0 | 100001 | 1000010 | 1000010 | 11111 | 110010 | 10111 |
Color Harmonies of #563A1D
Complementary color
Monochromatic Colors of #563A1D
Black with #563A1D
Text Example
Text Example
White with #563A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A1D; }
p { color: rgb(86,58,29); }
H1.HeaderClassName
{
color: #563A1D;
}
.AnyTagClassName
{
color: #563A1D;
}
</style>
background-color css
<style>
a { background-color: #563A1D; }
a { background-color: rgb(86,58,29); }
div.DivClassName
{
background-color: #563A1D;
}
.BgClassName
{
background-color: #563A1D;
}
</style>
border-color css
<style>
span { border-color: #563A1D; }
span { border-color: rgb(86,58,29); }
td.TdClassName
{
border-color: #563A1D;
}
.TagClassName
{
border-color: #563A1D;
}
</style>