Shades of Brown Bramble #533216
Tints of Brown Bramble #533216
RGB
CMYK
RGB Variations
Color information
#533216 (or 0x533216) is known color: Brown Bramble. HEX triplet: 53, 32 and 16. RGB value is (83,50,22). Sum of RGB (Red+Green+Blue) = 83+50+22=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533216 is #ACCDE9. Grayscale: #383838. Windows color (decimal): -11324906 or 1454675. OLE color: 1454675.
HSL color Cylindrical-coordinate representation of color #533216: hue angle of 27.54º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #533216 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 50 | 22 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.67 |
| HSL | 27.54º | 0.58% | 0.21% | - |
| HSV(B) | 27.54º | 0.73% | 0.33% | - |
| XYZ | 4.85 | 4.18 | 1.31 | - |
| YUV | 56.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 22 | 0 | 0.40 | 0.73 | 0.67 | 27.54 | 0.58 | 0.21 |
| Hex | 53 | 32 | 16 | 0 | 28 | 49 | 43 | 1C | 3A | 15 |
| Octal | 123 | 62 | 26 | 0 | 50 | 111 | 103 | 34 | 72 | 25 |
| Binary | 1010011 | 110010 | 10110 | 0 | 101000 | 1001001 | 1000011 | 11100 | 111010 | 10101 |
Color Harmonies of #533216
Complementary color
Monochromatic Colors of #533216
Black with #533216
Text Example
Text Example
White with #533216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533216; }
p { color: rgb(83,50,22); }
H1.HeaderClassName
{
color: #533216;
}
.AnyTagClassName
{
color: #533216;
}
</style>
background-color css
<style>
a { background-color: #533216; }
a { background-color: rgb(83,50,22); }
div.DivClassName
{
background-color: #533216;
}
.BgClassName
{
background-color: #533216;
}
</style>
border-color css
<style>
span { border-color: #533216; }
span { border-color: rgb(83,50,22); }
td.TdClassName
{
border-color: #533216;
}
.TagClassName
{
border-color: #533216;
}
</style>