Shades of Brown Bramble #533219
Tints of Brown Bramble #533219
RGB
CMYK
RGB Variations
Color information
#533219 (or 0x533219) is known color: Brown Bramble. HEX triplet: 53, 32 and 19. RGB value is (83,50,25). Sum of RGB (Red+Green+Blue) = 83+50+25=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533219 is #ACCDE6. Grayscale: #393939. Windows color (decimal): -11324903 or 1651283. OLE color: 1651283.
HSL color Cylindrical-coordinate representation of color #533219: hue angle of 25.86º 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 #533219 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 50 | 25 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.67 |
| HSL | 25.86º | 0.54% | 0.21% | - |
| HSV(B) | 25.86º | 0.7% | 0.33% | - |
| XYZ | 4.88 | 4.19 | 1.47 | - |
| YUV | 57.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 25 | 0 | 0.40 | 0.70 | 0.67 | 25.86 | 0.54 | 0.21 |
| Hex | 53 | 32 | 19 | 0 | 28 | 46 | 43 | 1A | 36 | 15 |
| Octal | 123 | 62 | 31 | 0 | 50 | 106 | 103 | 32 | 66 | 25 |
| Binary | 1010011 | 110010 | 11001 | 0 | 101000 | 1000110 | 1000011 | 11010 | 110110 | 10101 |
Color Harmonies of #533219
Complementary color
Monochromatic Colors of #533219
Black with #533219
Text Example
Text Example
White with #533219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533219; }
p { color: rgb(83,50,25); }
H1.HeaderClassName
{
color: #533219;
}
.AnyTagClassName
{
color: #533219;
}
</style>
background-color css
<style>
a { background-color: #533219; }
a { background-color: rgb(83,50,25); }
div.DivClassName
{
background-color: #533219;
}
.BgClassName
{
background-color: #533219;
}
</style>
border-color css
<style>
span { border-color: #533219; }
span { border-color: rgb(83,50,25); }
td.TdClassName
{
border-color: #533219;
}
.TagClassName
{
border-color: #533219;
}
</style>