Shades of Brown Bramble #52301A
Tints of Brown Bramble #52301A
RGB
CMYK
RGB Variations
Color information
#52301A (or 0x52301A) is known color: Brown Bramble. HEX triplet: 52, 30 and 1A. RGB value is (82,48,26). Sum of RGB (Red+Green+Blue) = 82+48+26=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #52301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52301A is #ADCFE5. Grayscale: #373737. Windows color (decimal): -11390950 or 1716306. OLE color: 1716306.
HSL color Cylindrical-coordinate representation of color #52301A: hue angle of 23.57º 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 #52301A is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 48 | 26 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.68 |
| HSL | 23.57º | 0.52% | 0.21% | - |
| HSV(B) | 23.57º | 0.68% | 0.32% | - |
| XYZ | 4.72 | 3.98 | 1.5 | - |
| YUV | 55.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 26 | 0 | 0.41 | 0.68 | 0.68 | 23.57 | 0.52 | 0.21 |
| Hex | 52 | 30 | 1A | 0 | 29 | 44 | 44 | 18 | 34 | 15 |
| Octal | 122 | 60 | 32 | 0 | 51 | 104 | 104 | 30 | 64 | 25 |
| Binary | 1010010 | 110000 | 11010 | 0 | 101001 | 1000100 | 1000100 | 11000 | 110100 | 10101 |
Color Harmonies of #52301A
Complementary color
Monochromatic Colors of #52301A
Black with #52301A
Text Example
Text Example
White with #52301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52301A; }
p { color: rgb(82,48,26); }
H1.HeaderClassName
{
color: #52301A;
}
.AnyTagClassName
{
color: #52301A;
}
</style>
background-color css
<style>
a { background-color: #52301A; }
a { background-color: rgb(82,48,26); }
div.DivClassName
{
background-color: #52301A;
}
.BgClassName
{
background-color: #52301A;
}
</style>
border-color css
<style>
span { border-color: #52301A; }
span { border-color: rgb(82,48,26); }
td.TdClassName
{
border-color: #52301A;
}
.TagClassName
{
border-color: #52301A;
}
</style>