Shades of Brown Bramble #563C1B
Tints of Brown Bramble #563C1B
RGB
CMYK
RGB Variations
Color information
#563C1B (or 0x563C1B) is known color: Brown Bramble. HEX triplet: 56, 3C and 1B. RGB value is (86,60,27). Sum of RGB (Red+Green+Blue) = 86+60+27=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #563C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C1B is #A9C3E4. Grayscale: #404040. Windows color (decimal): -11125733 or 1784918. OLE color: 1784918.
HSL color Cylindrical-coordinate representation of color #563C1B: hue angle of 33.56º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #563C1B is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 27 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.66 |
| HSL | 33.56º | 0.52% | 0.22% | - |
| HSV(B) | 33.56º | 0.69% | 0.34% | - |
| XYZ | 5.65 | 5.29 | 1.76 | - |
| YUV | 64.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 27 | 0 | 0.30 | 0.69 | 0.66 | 33.56 | 0.52 | 0.22 |
| Hex | 56 | 3C | 1B | 0 | 1E | 45 | 42 | 22 | 34 | 16 |
| Octal | 126 | 74 | 33 | 0 | 36 | 105 | 102 | 42 | 64 | 26 |
| Binary | 1010110 | 111100 | 11011 | 0 | 11110 | 1000101 | 1000010 | 100010 | 110100 | 10110 |
Color Harmonies of #563C1B
Complementary color
Monochromatic Colors of #563C1B
Black with #563C1B
Text Example
Text Example
White with #563C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C1B; }
p { color: rgb(86,60,27); }
H1.HeaderClassName
{
color: #563C1B;
}
.AnyTagClassName
{
color: #563C1B;
}
</style>
background-color css
<style>
a { background-color: #563C1B; }
a { background-color: rgb(86,60,27); }
div.DivClassName
{
background-color: #563C1B;
}
.BgClassName
{
background-color: #563C1B;
}
</style>
border-color css
<style>
span { border-color: #563C1B; }
span { border-color: rgb(86,60,27); }
td.TdClassName
{
border-color: #563C1B;
}
.TagClassName
{
border-color: #563C1B;
}
</style>