Shades of Brown Bramble #52381B
Tints of Brown Bramble #52381B
RGB
CMYK
RGB Variations
Color information
#52381B (or 0x52381B) is known color: Brown Bramble. HEX triplet: 52, 38 and 1B. RGB value is (82,56,27). Sum of RGB (Red+Green+Blue) = 82+56+27=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52381B is #ADC7E4. Grayscale: #3C3C3C. Windows color (decimal): -11388901 or 1783890. OLE color: 1783890.
HSL color Cylindrical-coordinate representation of color #52381B: hue angle of 31.64º 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 #52381B is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 56 | 27 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.68 |
| HSL | 31.64º | 0.5% | 0.21% | - |
| HSV(B) | 31.64º | 0.67% | 0.32% | - |
| XYZ | 5.09 | 4.7 | 1.68 | - |
| YUV | 60.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 27 | 0 | 0.32 | 0.67 | 0.68 | 31.64 | 0.5 | 0.21 |
| Hex | 52 | 38 | 1B | 0 | 20 | 43 | 44 | 20 | 32 | 15 |
| Octal | 122 | 70 | 33 | 0 | 40 | 103 | 104 | 40 | 62 | 25 |
| Binary | 1010010 | 111000 | 11011 | 0 | 100000 | 1000011 | 1000100 | 100000 | 110010 | 10101 |
Color Harmonies of #52381B
Complementary color
Monochromatic Colors of #52381B
Black with #52381B
Text Example
Text Example
White with #52381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52381B; }
p { color: rgb(82,56,27); }
H1.HeaderClassName
{
color: #52381B;
}
.AnyTagClassName
{
color: #52381B;
}
</style>
background-color css
<style>
a { background-color: #52381B; }
a { background-color: rgb(82,56,27); }
div.DivClassName
{
background-color: #52381B;
}
.BgClassName
{
background-color: #52381B;
}
</style>
border-color css
<style>
span { border-color: #52381B; }
span { border-color: rgb(82,56,27); }
td.TdClassName
{
border-color: #52381B;
}
.TagClassName
{
border-color: #52381B;
}
</style>