Shades of Brown Bramble #56321F
Tints of Brown Bramble #56321F
RGB
CMYK
RGB Variations
Color information
#56321F (or 0x56321F) is known color: Brown Bramble. HEX triplet: 56, 32 and 1F. RGB value is (86,50,31). Sum of RGB (Red+Green+Blue) = 86+50+31=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56321F is #A9CDE0. Grayscale: #3A3A3A. Windows color (decimal): -11128289 or 2044502. OLE color: 2044502.
HSL color Cylindrical-coordinate representation of color #56321F: hue angle of 20.73º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56321F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 50 | 31 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.66 |
| HSL | 20.73º | 0.47% | 0.23% | - |
| HSV(B) | 20.73º | 0.64% | 0.34% | - |
| XYZ | 5.23 | 4.36 | 1.86 | - |
| YUV | 58.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 50 | 31 | 0 | 0.42 | 0.64 | 0.66 | 20.73 | 0.47 | 0.23 |
| Hex | 56 | 32 | 1F | 0 | 2A | 40 | 42 | 15 | 2F | 17 |
| Octal | 126 | 62 | 37 | 0 | 52 | 100 | 102 | 25 | 57 | 27 |
| Binary | 1010110 | 110010 | 11111 | 0 | 101010 | 1000000 | 1000010 | 10101 | 101111 | 10111 |
Color Harmonies of #56321F
Complementary color
Monochromatic Colors of #56321F
Black with #56321F
Text Example
Text Example
White with #56321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56321F; }
p { color: rgb(86,50,31); }
H1.HeaderClassName
{
color: #56321F;
}
.AnyTagClassName
{
color: #56321F;
}
</style>
background-color css
<style>
a { background-color: #56321F; }
a { background-color: rgb(86,50,31); }
div.DivClassName
{
background-color: #56321F;
}
.BgClassName
{
background-color: #56321F;
}
</style>
border-color css
<style>
span { border-color: #56321F; }
span { border-color: rgb(86,50,31); }
td.TdClassName
{
border-color: #56321F;
}
.TagClassName
{
border-color: #56321F;
}
</style>