Shades of Brown Bramble #52391D
Tints of Brown Bramble #52391D
RGB
CMYK
RGB Variations
Color information
#52391D (or 0x52391D) is known color: Brown Bramble. HEX triplet: 52, 39 and 1D. RGB value is (82,57,29). Sum of RGB (Red+Green+Blue) = 82+57+29=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #52391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52391D is #ADC6E2. Grayscale: #3D3D3D. Windows color (decimal): -11388643 or 1915218. OLE color: 1915218.
HSL color Cylindrical-coordinate representation of color #52391D: hue angle of 31.7º 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 #52391D is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 29 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.68 |
| HSL | 31.7º | 0.48% | 0.22% | - |
| HSV(B) | 31.7º | 0.65% | 0.32% | - |
| XYZ | 5.16 | 4.81 | 1.82 | - |
| YUV | 61.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 29 | 0 | 0.30 | 0.65 | 0.68 | 31.7 | 0.48 | 0.22 |
| Hex | 52 | 39 | 1D | 0 | 1E | 41 | 44 | 20 | 30 | 16 |
| Octal | 122 | 71 | 35 | 0 | 36 | 101 | 104 | 40 | 60 | 26 |
| Binary | 1010010 | 111001 | 11101 | 0 | 11110 | 1000001 | 1000100 | 100000 | 110000 | 10110 |
Color Harmonies of #52391D
Complementary color
Monochromatic Colors of #52391D
Black with #52391D
Text Example
Text Example
White with #52391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52391D; }
p { color: rgb(82,57,29); }
H1.HeaderClassName
{
color: #52391D;
}
.AnyTagClassName
{
color: #52391D;
}
</style>
background-color css
<style>
a { background-color: #52391D; }
a { background-color: rgb(82,57,29); }
div.DivClassName
{
background-color: #52391D;
}
.BgClassName
{
background-color: #52391D;
}
</style>
border-color css
<style>
span { border-color: #52391D; }
span { border-color: rgb(82,57,29); }
td.TdClassName
{
border-color: #52391D;
}
.TagClassName
{
border-color: #52391D;
}
</style>