Shades of Brown Bramble #52391E
Tints of Brown Bramble #52391E
RGB
CMYK
RGB Variations
Color information
#52391E (or 0x52391E) is known color: Brown Bramble. HEX triplet: 52, 39 and 1E. RGB value is (82,57,30). Sum of RGB (Red+Green+Blue) = 82+57+30=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #52391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52391E is #ADC6E1. Grayscale: #3D3D3D. Windows color (decimal): -11388642 or 1980754. OLE color: 1980754.
HSL color Cylindrical-coordinate representation of color #52391E: hue angle of 31.15º 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 #52391E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 30 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.68 |
| HSL | 31.15º | 0.46% | 0.22% | - |
| HSV(B) | 31.15º | 0.63% | 0.32% | - |
| XYZ | 5.18 | 4.81 | 1.88 | - |
| YUV | 61.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 30 | 0 | 0.30 | 0.63 | 0.68 | 31.15 | 0.46 | 0.22 |
| Hex | 52 | 39 | 1E | 0 | 1E | 3F | 44 | 1F | 2E | 16 |
| Octal | 122 | 71 | 36 | 0 | 36 | 77 | 104 | 37 | 56 | 26 |
| Binary | 1010010 | 111001 | 11110 | 0 | 11110 | 111111 | 1000100 | 11111 | 101110 | 10110 |
Color Harmonies of #52391E
Complementary color
Monochromatic Colors of #52391E
Black with #52391E
Text Example
Text Example
White with #52391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52391E; }
p { color: rgb(82,57,30); }
H1.HeaderClassName
{
color: #52391E;
}
.AnyTagClassName
{
color: #52391E;
}
</style>
background-color css
<style>
a { background-color: #52391E; }
a { background-color: rgb(82,57,30); }
div.DivClassName
{
background-color: #52391E;
}
.BgClassName
{
background-color: #52391E;
}
</style>
border-color css
<style>
span { border-color: #52391E; }
span { border-color: rgb(82,57,30); }
td.TdClassName
{
border-color: #52391E;
}
.TagClassName
{
border-color: #52391E;
}
</style>