Shades of Brown Bramble #56351C
Tints of Brown Bramble #56351C
RGB
CMYK
RGB Variations
Color information
#56351C (or 0x56351C) is known color: Brown Bramble. HEX triplet: 56, 35 and 1C. RGB value is (86,53,28). Sum of RGB (Red+Green+Blue) = 86+53+28=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56351C is #A9CAE3. Grayscale: #3C3C3C. Windows color (decimal): -11127524 or 1848662. OLE color: 1848662.
HSL color Cylindrical-coordinate representation of color #56351C: hue angle of 25.86º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56351C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 53 | 28 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.66 |
| HSL | 25.86º | 0.51% | 0.22% | - |
| HSV(B) | 25.86º | 0.67% | 0.34% | - |
| XYZ | 5.32 | 4.61 | 1.71 | - |
| YUV | 60.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 53 | 28 | 0 | 0.38 | 0.67 | 0.66 | 25.86 | 0.51 | 0.22 |
| Hex | 56 | 35 | 1C | 0 | 26 | 43 | 42 | 1A | 33 | 16 |
| Octal | 126 | 65 | 34 | 0 | 46 | 103 | 102 | 32 | 63 | 26 |
| Binary | 1010110 | 110101 | 11100 | 0 | 100110 | 1000011 | 1000010 | 11010 | 110011 | 10110 |
Color Harmonies of #56351C
Complementary color
Monochromatic Colors of #56351C
Black with #56351C
Text Example
Text Example
White with #56351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56351C; }
p { color: rgb(86,53,28); }
H1.HeaderClassName
{
color: #56351C;
}
.AnyTagClassName
{
color: #56351C;
}
</style>
background-color css
<style>
a { background-color: #56351C; }
a { background-color: rgb(86,53,28); }
div.DivClassName
{
background-color: #56351C;
}
.BgClassName
{
background-color: #56351C;
}
</style>
border-color css
<style>
span { border-color: #56351C; }
span { border-color: rgb(86,53,28); }
td.TdClassName
{
border-color: #56351C;
}
.TagClassName
{
border-color: #56351C;
}
</style>