Shades of Brown Bramble #533016
Tints of Brown Bramble #533016
RGB
CMYK
RGB Variations
Color information
#533016 (or 0x533016) is known color: Brown Bramble. HEX triplet: 53, 30 and 16. RGB value is (83,48,22). Sum of RGB (Red+Green+Blue) = 83+48+22=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533016 is #ACCFE9. Grayscale: #373737. Windows color (decimal): -11325418 or 1454163. OLE color: 1454163.
HSL color Cylindrical-coordinate representation of color #533016: hue angle of 25.57º 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 #533016 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 22 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.67 |
| HSL | 25.57º | 0.58% | 0.21% | - |
| HSV(B) | 25.57º | 0.73% | 0.33% | - |
| XYZ | 4.77 | 4.01 | 1.28 | - |
| YUV | 55.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 22 | 0 | 0.42 | 0.73 | 0.67 | 25.57 | 0.58 | 0.21 |
| Hex | 53 | 30 | 16 | 0 | 2A | 49 | 43 | 1A | 3A | 15 |
| Octal | 123 | 60 | 26 | 0 | 52 | 111 | 103 | 32 | 72 | 25 |
| Binary | 1010011 | 110000 | 10110 | 0 | 101010 | 1001001 | 1000011 | 11010 | 111010 | 10101 |
Color Harmonies of #533016
Complementary color
Monochromatic Colors of #533016
Black with #533016
Text Example
Text Example
White with #533016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533016; }
p { color: rgb(83,48,22); }
H1.HeaderClassName
{
color: #533016;
}
.AnyTagClassName
{
color: #533016;
}
</style>
background-color css
<style>
a { background-color: #533016; }
a { background-color: rgb(83,48,22); }
div.DivClassName
{
background-color: #533016;
}
.BgClassName
{
background-color: #533016;
}
</style>
border-color css
<style>
span { border-color: #533016; }
span { border-color: rgb(83,48,22); }
td.TdClassName
{
border-color: #533016;
}
.TagClassName
{
border-color: #533016;
}
</style>