Shades of Brown Bramble #533319
Tints of Brown Bramble #533319
RGB
CMYK
RGB Variations
Color information
#533319 (or 0x533319) is known color: Brown Bramble. HEX triplet: 53, 33 and 19. RGB value is (83,51,25). Sum of RGB (Red+Green+Blue) = 83+51+25=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533319 is #ACCCE6. Grayscale: #393939. Windows color (decimal): -11324647 or 1651539. OLE color: 1651539.
HSL color Cylindrical-coordinate representation of color #533319: hue angle of 26.9º 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 #533319 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 25 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.67 |
| HSL | 26.9º | 0.54% | 0.21% | - |
| HSV(B) | 26.9º | 0.7% | 0.33% | - |
| XYZ | 4.93 | 4.28 | 1.49 | - |
| YUV | 57.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 25 | 0 | 0.39 | 0.70 | 0.67 | 26.9 | 0.54 | 0.21 |
| Hex | 53 | 33 | 19 | 0 | 27 | 46 | 43 | 1B | 36 | 15 |
| Octal | 123 | 63 | 31 | 0 | 47 | 106 | 103 | 33 | 66 | 25 |
| Binary | 1010011 | 110011 | 11001 | 0 | 100111 | 1000110 | 1000011 | 11011 | 110110 | 10101 |
Color Harmonies of #533319
Complementary color
Monochromatic Colors of #533319
Black with #533319
Text Example
Text Example
White with #533319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533319; }
p { color: rgb(83,51,25); }
H1.HeaderClassName
{
color: #533319;
}
.AnyTagClassName
{
color: #533319;
}
</style>
background-color css
<style>
a { background-color: #533319; }
a { background-color: rgb(83,51,25); }
div.DivClassName
{
background-color: #533319;
}
.BgClassName
{
background-color: #533319;
}
</style>
border-color css
<style>
span { border-color: #533319; }
span { border-color: rgb(83,51,25); }
td.TdClassName
{
border-color: #533319;
}
.TagClassName
{
border-color: #533319;
}
</style>