Shades of Brown Bramble #52351B
Tints of Brown Bramble #52351B
RGB
CMYK
RGB Variations
Color information
#52351B (or 0x52351B) is known color: Brown Bramble. HEX triplet: 52, 35 and 1B. RGB value is (82,53,27). Sum of RGB (Red+Green+Blue) = 82+53+27=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52351B is #ADCAE4. Grayscale: #3A3A3A. Windows color (decimal): -11389669 or 1783122. OLE color: 1783122.
HSL color Cylindrical-coordinate representation of color #52351B: hue angle of 28.36º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52351B is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 53 | 27 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.68 |
| HSL | 28.36º | 0.5% | 0.21% | - |
| HSV(B) | 28.36º | 0.67% | 0.32% | - |
| XYZ | 4.95 | 4.42 | 1.63 | - |
| YUV | 58.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 27 | 0 | 0.35 | 0.67 | 0.68 | 28.36 | 0.5 | 0.21 |
| Hex | 52 | 35 | 1B | 0 | 23 | 43 | 44 | 1C | 32 | 15 |
| Octal | 122 | 65 | 33 | 0 | 43 | 103 | 104 | 34 | 62 | 25 |
| Binary | 1010010 | 110101 | 11011 | 0 | 100011 | 1000011 | 1000100 | 11100 | 110010 | 10101 |
Color Harmonies of #52351B
Complementary color
Monochromatic Colors of #52351B
Black with #52351B
Text Example
Text Example
White with #52351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52351B; }
p { color: rgb(82,53,27); }
H1.HeaderClassName
{
color: #52351B;
}
.AnyTagClassName
{
color: #52351B;
}
</style>
background-color css
<style>
a { background-color: #52351B; }
a { background-color: rgb(82,53,27); }
div.DivClassName
{
background-color: #52351B;
}
.BgClassName
{
background-color: #52351B;
}
</style>
border-color css
<style>
span { border-color: #52351B; }
span { border-color: rgb(82,53,27); }
td.TdClassName
{
border-color: #52351B;
}
.TagClassName
{
border-color: #52351B;
}
</style>