Shades of Brown Bramble #52371E
Tints of Brown Bramble #52371E
RGB
CMYK
RGB Variations
Color information
#52371E (or 0x52371E) is known color: Brown Bramble. HEX triplet: 52, 37 and 1E. RGB value is (82,55,30). Sum of RGB (Red+Green+Blue) = 82+55+30=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52371E is #ADC8E1. Grayscale: #3C3C3C. Windows color (decimal): -11389154 or 1980242. OLE color: 1980242.
HSL color Cylindrical-coordinate representation of color #52371E: hue angle of 28.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52371E is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 55 | 30 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.68 |
| HSL | 28.85º | 0.46% | 0.22% | - |
| HSV(B) | 28.85º | 0.63% | 0.32% | - |
| XYZ | 5.08 | 4.62 | 1.85 | - |
| YUV | 60.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 30 | 0 | 0.33 | 0.63 | 0.68 | 28.85 | 0.46 | 0.22 |
| Hex | 52 | 37 | 1E | 0 | 21 | 3F | 44 | 1D | 2E | 16 |
| Octal | 122 | 67 | 36 | 0 | 41 | 77 | 104 | 35 | 56 | 26 |
| Binary | 1010010 | 110111 | 11110 | 0 | 100001 | 111111 | 1000100 | 11101 | 101110 | 10110 |
Color Harmonies of #52371E
Complementary color
Monochromatic Colors of #52371E
Black with #52371E
Text Example
Text Example
White with #52371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52371E; }
p { color: rgb(82,55,30); }
H1.HeaderClassName
{
color: #52371E;
}
.AnyTagClassName
{
color: #52371E;
}
</style>
background-color css
<style>
a { background-color: #52371E; }
a { background-color: rgb(82,55,30); }
div.DivClassName
{
background-color: #52371E;
}
.BgClassName
{
background-color: #52371E;
}
</style>
border-color css
<style>
span { border-color: #52371E; }
span { border-color: rgb(82,55,30); }
td.TdClassName
{
border-color: #52371E;
}
.TagClassName
{
border-color: #52371E;
}
</style>