Shades of Brown Bramble #56341B
Tints of Brown Bramble #56341B
RGB
CMYK
RGB Variations
Color information
#56341B (or 0x56341B) is known color: Brown Bramble. HEX triplet: 56, 34 and 1B. RGB value is (86,52,27). Sum of RGB (Red+Green+Blue) = 86+52+27=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #56341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56341B is #A9CBE4. Grayscale: #3B3B3B. Windows color (decimal): -11127781 or 1782870. OLE color: 1782870.
HSL color Cylindrical-coordinate representation of color #56341B: hue angle of 25.42º 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 #56341B is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 52 | 27 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.66 |
| HSL | 25.42º | 0.52% | 0.22% | - |
| HSV(B) | 25.42º | 0.69% | 0.34% | - |
| XYZ | 5.26 | 4.51 | 1.63 | - |
| YUV | 59.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 27 | 0 | 0.40 | 0.69 | 0.66 | 25.42 | 0.52 | 0.22 |
| Hex | 56 | 34 | 1B | 0 | 28 | 45 | 42 | 19 | 34 | 16 |
| Octal | 126 | 64 | 33 | 0 | 50 | 105 | 102 | 31 | 64 | 26 |
| Binary | 1010110 | 110100 | 11011 | 0 | 101000 | 1000101 | 1000010 | 11001 | 110100 | 10110 |
Color Harmonies of #56341B
Complementary color
Monochromatic Colors of #56341B
Black with #56341B
Text Example
Text Example
White with #56341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56341B; }
p { color: rgb(86,52,27); }
H1.HeaderClassName
{
color: #56341B;
}
.AnyTagClassName
{
color: #56341B;
}
</style>
background-color css
<style>
a { background-color: #56341B; }
a { background-color: rgb(86,52,27); }
div.DivClassName
{
background-color: #56341B;
}
.BgClassName
{
background-color: #56341B;
}
</style>
border-color css
<style>
span { border-color: #56341B; }
span { border-color: rgb(86,52,27); }
td.TdClassName
{
border-color: #56341B;
}
.TagClassName
{
border-color: #56341B;
}
</style>