Shades of Brown Bramble #563A1C
Tints of Brown Bramble #563A1C
RGB
CMYK
RGB Variations
Color information
#563A1C (or 0x563A1C) is known color: Brown Bramble. HEX triplet: 56, 3A and 1C. RGB value is (86,58,28). Sum of RGB (Red+Green+Blue) = 86+58+28=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #563A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A1C is #A9C5E3. Grayscale: #3F3F3F. Windows color (decimal): -11126244 or 1849942. OLE color: 1849942.
HSL color Cylindrical-coordinate representation of color #563A1C: hue angle of 31.03º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #563A1C is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 58 | 28 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.66 |
| HSL | 31.03º | 0.51% | 0.22% | - |
| HSV(B) | 31.03º | 0.67% | 0.34% | - |
| XYZ | 5.56 | 5.09 | 1.79 | - |
| YUV | 62.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 28 | 0 | 0.33 | 0.67 | 0.66 | 31.03 | 0.51 | 0.22 |
| Hex | 56 | 3A | 1C | 0 | 21 | 43 | 42 | 1F | 33 | 16 |
| Octal | 126 | 72 | 34 | 0 | 41 | 103 | 102 | 37 | 63 | 26 |
| Binary | 1010110 | 111010 | 11100 | 0 | 100001 | 1000011 | 1000010 | 11111 | 110011 | 10110 |
Color Harmonies of #563A1C
Complementary color
Monochromatic Colors of #563A1C
Black with #563A1C
Text Example
Text Example
White with #563A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A1C; }
p { color: rgb(86,58,28); }
H1.HeaderClassName
{
color: #563A1C;
}
.AnyTagClassName
{
color: #563A1C;
}
</style>
background-color css
<style>
a { background-color: #563A1C; }
a { background-color: rgb(86,58,28); }
div.DivClassName
{
background-color: #563A1C;
}
.BgClassName
{
background-color: #563A1C;
}
</style>
border-color css
<style>
span { border-color: #563A1C; }
span { border-color: rgb(86,58,28); }
td.TdClassName
{
border-color: #563A1C;
}
.TagClassName
{
border-color: #563A1C;
}
</style>