Shades of Brown Bramble #532F19
Tints of Brown Bramble #532F19
RGB
CMYK
RGB Variations
Color information
#532F19 (or 0x532F19) is known color: Brown Bramble. HEX triplet: 53, 2F and 19. RGB value is (83,47,25). Sum of RGB (Red+Green+Blue) = 83+47+25=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532F19 is #ACD0E6. Grayscale: #373737. Windows color (decimal): -11325671 or 1650515. OLE color: 1650515.
HSL color Cylindrical-coordinate representation of color #532F19: hue angle of 22.76º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532F19 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 25 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.67 |
| HSL | 22.76º | 0.54% | 0.21% | - |
| HSV(B) | 22.76º | 0.7% | 0.33% | - |
| XYZ | 4.76 | 3.94 | 1.43 | - |
| YUV | 55.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 25 | 0 | 0.43 | 0.70 | 0.67 | 22.76 | 0.54 | 0.21 |
| Hex | 53 | 2F | 19 | 0 | 2B | 46 | 43 | 17 | 36 | 15 |
| Octal | 123 | 57 | 31 | 0 | 53 | 106 | 103 | 27 | 66 | 25 |
| Binary | 1010011 | 101111 | 11001 | 0 | 101011 | 1000110 | 1000011 | 10111 | 110110 | 10101 |
Color Harmonies of #532F19
Complementary color
Monochromatic Colors of #532F19
Black with #532F19
Text Example
Text Example
White with #532F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F19; }
p { color: rgb(83,47,25); }
H1.HeaderClassName
{
color: #532F19;
}
.AnyTagClassName
{
color: #532F19;
}
</style>
background-color css
<style>
a { background-color: #532F19; }
a { background-color: rgb(83,47,25); }
div.DivClassName
{
background-color: #532F19;
}
.BgClassName
{
background-color: #532F19;
}
</style>
border-color css
<style>
span { border-color: #532F19; }
span { border-color: rgb(83,47,25); }
td.TdClassName
{
border-color: #532F19;
}
.TagClassName
{
border-color: #532F19;
}
</style>