Shades of Brown Bramble #56371A
Tints of Brown Bramble #56371A
RGB
CMYK
RGB Variations
Color information
#56371A (or 0x56371A) is known color: Brown Bramble. HEX triplet: 56, 37 and 1A. RGB value is (86,55,26). Sum of RGB (Red+Green+Blue) = 86+55+26=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56371A is #A9C8E5. Grayscale: #3D3D3D. Windows color (decimal): -11127014 or 1718102. OLE color: 1718102.
HSL color Cylindrical-coordinate representation of color #56371A: hue angle of 29º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56371A is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 55 | 26 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.66 |
| HSL | 29º | 0.54% | 0.22% | - |
| HSV(B) | 29º | 0.7% | 0.34% | - |
| XYZ | 5.39 | 4.79 | 1.62 | - |
| YUV | 60.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 55 | 26 | 0 | 0.36 | 0.70 | 0.66 | 29 | 0.54 | 0.22 |
| Hex | 56 | 37 | 1A | 0 | 24 | 46 | 42 | 1D | 36 | 16 |
| Octal | 126 | 67 | 32 | 0 | 44 | 106 | 102 | 35 | 66 | 26 |
| Binary | 1010110 | 110111 | 11010 | 0 | 100100 | 1000110 | 1000010 | 11101 | 110110 | 10110 |
Color Harmonies of #56371A
Complementary color
Monochromatic Colors of #56371A
Black with #56371A
Text Example
Text Example
White with #56371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56371A; }
p { color: rgb(86,55,26); }
H1.HeaderClassName
{
color: #56371A;
}
.AnyTagClassName
{
color: #56371A;
}
</style>
background-color css
<style>
a { background-color: #56371A; }
a { background-color: rgb(86,55,26); }
div.DivClassName
{
background-color: #56371A;
}
.BgClassName
{
background-color: #56371A;
}
</style>
border-color css
<style>
span { border-color: #56371A; }
span { border-color: rgb(86,55,26); }
td.TdClassName
{
border-color: #56371A;
}
.TagClassName
{
border-color: #56371A;
}
</style>