Shades of Brown Bramble #56391A
Tints of Brown Bramble #56391A
RGB
CMYK
RGB Variations
Color information
#56391A (or 0x56391A) is known color: Brown Bramble. HEX triplet: 56, 39 and 1A. RGB value is (86,57,26). Sum of RGB (Red+Green+Blue) = 86+57+26=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #56391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56391A is #A9C6E5. Grayscale: #3E3E3E. Windows color (decimal): -11126502 or 1718614. OLE color: 1718614.
HSL color Cylindrical-coordinate representation of color #56391A: hue angle of 31º 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 #56391A is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 57 | 26 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.66 |
| HSL | 31º | 0.54% | 0.22% | - |
| HSV(B) | 31º | 0.7% | 0.34% | - |
| XYZ | 5.49 | 4.98 | 1.65 | - |
| YUV | 62.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 26 | 0 | 0.34 | 0.70 | 0.66 | 31 | 0.54 | 0.22 |
| Hex | 56 | 39 | 1A | 0 | 22 | 46 | 42 | 1F | 36 | 16 |
| Octal | 126 | 71 | 32 | 0 | 42 | 106 | 102 | 37 | 66 | 26 |
| Binary | 1010110 | 111001 | 11010 | 0 | 100010 | 1000110 | 1000010 | 11111 | 110110 | 10110 |
Color Harmonies of #56391A
Complementary color
Monochromatic Colors of #56391A
Black with #56391A
Text Example
Text Example
White with #56391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56391A; }
p { color: rgb(86,57,26); }
H1.HeaderClassName
{
color: #56391A;
}
.AnyTagClassName
{
color: #56391A;
}
</style>
background-color css
<style>
a { background-color: #56391A; }
a { background-color: rgb(86,57,26); }
div.DivClassName
{
background-color: #56391A;
}
.BgClassName
{
background-color: #56391A;
}
</style>
border-color css
<style>
span { border-color: #56391A; }
span { border-color: rgb(86,57,26); }
td.TdClassName
{
border-color: #56391A;
}
.TagClassName
{
border-color: #56391A;
}
</style>