Shades of Brown Bramble #562F1A
Tints of Brown Bramble #562F1A
RGB
CMYK
RGB Variations
Color information
#562F1A (or 0x562F1A) is known color: Brown Bramble. HEX triplet: 56, 2F and 1A. RGB value is (86,47,26). Sum of RGB (Red+Green+Blue) = 86+47+26=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #562F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F1A is #A9D0E5. Grayscale: #383838. Windows color (decimal): -11129062 or 1716054. OLE color: 1716054.
HSL color Cylindrical-coordinate representation of color #562F1A: hue angle of 21º 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 #562F1A is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 26 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.66 |
| HSL | 21º | 0.54% | 0.22% | - |
| HSV(B) | 21º | 0.7% | 0.34% | - |
| XYZ | 5.04 | 4.09 | 1.5 | - |
| YUV | 56.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 26 | 0 | 0.45 | 0.70 | 0.66 | 21 | 0.54 | 0.22 |
| Hex | 56 | 2F | 1A | 0 | 2D | 46 | 42 | 15 | 36 | 16 |
| Octal | 126 | 57 | 32 | 0 | 55 | 106 | 102 | 25 | 66 | 26 |
| Binary | 1010110 | 101111 | 11010 | 0 | 101101 | 1000110 | 1000010 | 10101 | 110110 | 10110 |
Color Harmonies of #562F1A
Complementary color
Monochromatic Colors of #562F1A
Black with #562F1A
Text Example
Text Example
White with #562F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F1A; }
p { color: rgb(86,47,26); }
H1.HeaderClassName
{
color: #562F1A;
}
.AnyTagClassName
{
color: #562F1A;
}
</style>
background-color css
<style>
a { background-color: #562F1A; }
a { background-color: rgb(86,47,26); }
div.DivClassName
{
background-color: #562F1A;
}
.BgClassName
{
background-color: #562F1A;
}
</style>
border-color css
<style>
span { border-color: #562F1A; }
span { border-color: rgb(86,47,26); }
td.TdClassName
{
border-color: #562F1A;
}
.TagClassName
{
border-color: #562F1A;
}
</style>