Shades of Brown Bramble #52381D
Tints of Brown Bramble #52381D
RGB
CMYK
RGB Variations
Color information
#52381D (or 0x52381D) is known color: Brown Bramble. HEX triplet: 52, 38 and 1D. RGB value is (82,56,29). Sum of RGB (Red+Green+Blue) = 82+56+29=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52381D is #ADC7E2. Grayscale: #3C3C3C. Windows color (decimal): -11388899 or 1914962. OLE color: 1914962.
HSL color Cylindrical-coordinate representation of color #52381D: hue angle of 30.57º 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 #52381D is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 56 | 29 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.68 |
| HSL | 30.57º | 0.48% | 0.22% | - |
| HSV(B) | 30.57º | 0.65% | 0.32% | - |
| XYZ | 5.12 | 4.71 | 1.8 | - |
| YUV | 60.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 29 | 0 | 0.32 | 0.65 | 0.68 | 30.57 | 0.48 | 0.22 |
| Hex | 52 | 38 | 1D | 0 | 20 | 41 | 44 | 1F | 30 | 16 |
| Octal | 122 | 70 | 35 | 0 | 40 | 101 | 104 | 37 | 60 | 26 |
| Binary | 1010010 | 111000 | 11101 | 0 | 100000 | 1000001 | 1000100 | 11111 | 110000 | 10110 |
Color Harmonies of #52381D
Complementary color
Monochromatic Colors of #52381D
Black with #52381D
Text Example
Text Example
White with #52381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52381D; }
p { color: rgb(82,56,29); }
H1.HeaderClassName
{
color: #52381D;
}
.AnyTagClassName
{
color: #52381D;
}
</style>
background-color css
<style>
a { background-color: #52381D; }
a { background-color: rgb(82,56,29); }
div.DivClassName
{
background-color: #52381D;
}
.BgClassName
{
background-color: #52381D;
}
</style>
border-color css
<style>
span { border-color: #52381D; }
span { border-color: rgb(82,56,29); }
td.TdClassName
{
border-color: #52381D;
}
.TagClassName
{
border-color: #52381D;
}
</style>