Shades of Brown Bramble #52371A
Tints of Brown Bramble #52371A
RGB
CMYK
RGB Variations
Color information
#52371A (or 0x52371A) is known color: Brown Bramble. HEX triplet: 52, 37 and 1A. RGB value is (82,55,26). Sum of RGB (Red+Green+Blue) = 82+55+26=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52371A is #ADC8E5. Grayscale: #3B3B3B. Windows color (decimal): -11389158 or 1718098. OLE color: 1718098.
HSL color Cylindrical-coordinate representation of color #52371A: hue angle of 31.07º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52371A is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 55 | 26 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.68 |
| HSL | 31.07º | 0.52% | 0.21% | - |
| HSV(B) | 31.07º | 0.68% | 0.32% | - |
| XYZ | 5.03 | 4.6 | 1.6 | - |
| YUV | 59.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 26 | 0 | 0.33 | 0.68 | 0.68 | 31.07 | 0.52 | 0.21 |
| Hex | 52 | 37 | 1A | 0 | 21 | 44 | 44 | 1F | 34 | 15 |
| Octal | 122 | 67 | 32 | 0 | 41 | 104 | 104 | 37 | 64 | 25 |
| Binary | 1010010 | 110111 | 11010 | 0 | 100001 | 1000100 | 1000100 | 11111 | 110100 | 10101 |
Color Harmonies of #52371A
Complementary color
Monochromatic Colors of #52371A
Black with #52371A
Text Example
Text Example
White with #52371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52371A; }
p { color: rgb(82,55,26); }
H1.HeaderClassName
{
color: #52371A;
}
.AnyTagClassName
{
color: #52371A;
}
</style>
background-color css
<style>
a { background-color: #52371A; }
a { background-color: rgb(82,55,26); }
div.DivClassName
{
background-color: #52371A;
}
.BgClassName
{
background-color: #52371A;
}
</style>
border-color css
<style>
span { border-color: #52371A; }
span { border-color: rgb(82,55,26); }
td.TdClassName
{
border-color: #52371A;
}
.TagClassName
{
border-color: #52371A;
}
</style>