Shades of Brown Bramble #52341D
Tints of Brown Bramble #52341D
RGB
CMYK
RGB Variations
Color information
#52341D (or 0x52341D) is known color: Brown Bramble. HEX triplet: 52, 34 and 1D. RGB value is (82,52,29). Sum of RGB (Red+Green+Blue) = 82+52+29=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52341D is #ADCBE2. Grayscale: #3A3A3A. Windows color (decimal): -11389923 or 1913938. OLE color: 1913938.
HSL color Cylindrical-coordinate representation of color #52341D: hue angle of 26.04º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52341D is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 52 | 29 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.68 |
| HSL | 26.04º | 0.48% | 0.22% | - |
| HSV(B) | 26.04º | 0.65% | 0.32% | - |
| XYZ | 4.93 | 4.34 | 1.74 | - |
| YUV | 58.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 29 | 0 | 0.37 | 0.65 | 0.68 | 26.04 | 0.48 | 0.22 |
| Hex | 52 | 34 | 1D | 0 | 25 | 41 | 44 | 1A | 30 | 16 |
| Octal | 122 | 64 | 35 | 0 | 45 | 101 | 104 | 32 | 60 | 26 |
| Binary | 1010010 | 110100 | 11101 | 0 | 100101 | 1000001 | 1000100 | 11010 | 110000 | 10110 |
Color Harmonies of #52341D
Complementary color
Monochromatic Colors of #52341D
Black with #52341D
Text Example
Text Example
White with #52341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52341D; }
p { color: rgb(82,52,29); }
H1.HeaderClassName
{
color: #52341D;
}
.AnyTagClassName
{
color: #52341D;
}
</style>
background-color css
<style>
a { background-color: #52341D; }
a { background-color: rgb(82,52,29); }
div.DivClassName
{
background-color: #52341D;
}
.BgClassName
{
background-color: #52341D;
}
</style>
border-color css
<style>
span { border-color: #52341D; }
span { border-color: rgb(82,52,29); }
td.TdClassName
{
border-color: #52341D;
}
.TagClassName
{
border-color: #52341D;
}
</style>