Shades of Brown Bramble #52361F
Tints of Brown Bramble #52361F
RGB
CMYK
RGB Variations
Color information
#52361F (or 0x52361F) is known color: Brown Bramble. HEX triplet: 52, 36 and 1F. RGB value is (82,54,31). Sum of RGB (Red+Green+Blue) = 82+54+31=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52361F is #ADC9E0. Grayscale: #3B3B3B. Windows color (decimal): -11389409 or 2045522. OLE color: 2045522.
HSL color Cylindrical-coordinate representation of color #52361F: hue angle of 27.06º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52361F is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 31 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.68 |
| HSL | 27.06º | 0.45% | 0.22% | - |
| HSV(B) | 27.06º | 0.62% | 0.32% | - |
| XYZ | 5.05 | 4.53 | 1.9 | - |
| YUV | 59.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 31 | 0 | 0.34 | 0.62 | 0.68 | 27.06 | 0.45 | 0.22 |
| Hex | 52 | 36 | 1F | 0 | 22 | 3E | 44 | 1B | 2D | 16 |
| Octal | 122 | 66 | 37 | 0 | 42 | 76 | 104 | 33 | 55 | 26 |
| Binary | 1010010 | 110110 | 11111 | 0 | 100010 | 111110 | 1000100 | 11011 | 101101 | 10110 |
Color Harmonies of #52361F
Complementary color
Monochromatic Colors of #52361F
Black with #52361F
Text Example
Text Example
White with #52361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52361F; }
p { color: rgb(82,54,31); }
H1.HeaderClassName
{
color: #52361F;
}
.AnyTagClassName
{
color: #52361F;
}
</style>
background-color css
<style>
a { background-color: #52361F; }
a { background-color: rgb(82,54,31); }
div.DivClassName
{
background-color: #52361F;
}
.BgClassName
{
background-color: #52361F;
}
</style>
border-color css
<style>
span { border-color: #52361F; }
span { border-color: rgb(82,54,31); }
td.TdClassName
{
border-color: #52361F;
}
.TagClassName
{
border-color: #52361F;
}
</style>