Shades of Brown Bramble #532F15
Tints of Brown Bramble #532F15
RGB
CMYK
RGB Variations
Color information
#532F15 (or 0x532F15) is known color: Brown Bramble. HEX triplet: 53, 2F and 15. RGB value is (83,47,21). Sum of RGB (Red+Green+Blue) = 83+47+21=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #532F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532F15 is #ACD0EA. Grayscale: #363636. Windows color (decimal): -11325675 or 1388371. OLE color: 1388371.
HSL color Cylindrical-coordinate representation of color #532F15: hue angle of 25.16º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532F15 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 21 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.67 |
| HSL | 25.16º | 0.6% | 0.2% | - |
| HSV(B) | 25.16º | 0.75% | 0.33% | - |
| XYZ | 4.72 | 3.93 | 1.22 | - |
| YUV | 54.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 21 | 0 | 0.43 | 0.75 | 0.67 | 25.16 | 0.6 | 0.2 |
| Hex | 53 | 2F | 15 | 0 | 2B | 4B | 43 | 19 | 3C | 14 |
| Octal | 123 | 57 | 25 | 0 | 53 | 113 | 103 | 31 | 74 | 24 |
| Binary | 1010011 | 101111 | 10101 | 0 | 101011 | 1001011 | 1000011 | 11001 | 111100 | 10100 |
Color Harmonies of #532F15
Complementary color
Monochromatic Colors of #532F15
Black with #532F15
Text Example
Text Example
White with #532F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F15; }
p { color: rgb(83,47,21); }
H1.HeaderClassName
{
color: #532F15;
}
.AnyTagClassName
{
color: #532F15;
}
</style>
background-color css
<style>
a { background-color: #532F15; }
a { background-color: rgb(83,47,21); }
div.DivClassName
{
background-color: #532F15;
}
.BgClassName
{
background-color: #532F15;
}
</style>
border-color css
<style>
span { border-color: #532F15; }
span { border-color: rgb(83,47,21); }
td.TdClassName
{
border-color: #532F15;
}
.TagClassName
{
border-color: #532F15;
}
</style>