Shades of Brown Bramble #533418
Tints of Brown Bramble #533418
RGB
CMYK
RGB Variations
Color information
#533418 (or 0x533418) is known color: Brown Bramble. HEX triplet: 53, 34 and 18. RGB value is (83,52,24). Sum of RGB (Red+Green+Blue) = 83+52+24=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #533418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533418 is #ACCBE7. Grayscale: #3A3A3A. Windows color (decimal): -11324392 or 1586259. OLE color: 1586259.
HSL color Cylindrical-coordinate representation of color #533418: hue angle of 28.47º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533418 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 24 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.67 |
| HSL | 28.47º | 0.55% | 0.21% | - |
| HSV(B) | 28.47º | 0.71% | 0.33% | - |
| XYZ | 4.96 | 4.36 | 1.44 | - |
| YUV | 58.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 24 | 0 | 0.37 | 0.71 | 0.67 | 28.47 | 0.55 | 0.21 |
| Hex | 53 | 34 | 18 | 0 | 25 | 47 | 43 | 1C | 37 | 15 |
| Octal | 123 | 64 | 30 | 0 | 45 | 107 | 103 | 34 | 67 | 25 |
| Binary | 1010011 | 110100 | 11000 | 0 | 100101 | 1000111 | 1000011 | 11100 | 110111 | 10101 |
Color Harmonies of #533418
Complementary color
Monochromatic Colors of #533418
Black with #533418
Text Example
Text Example
White with #533418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533418; }
p { color: rgb(83,52,24); }
H1.HeaderClassName
{
color: #533418;
}
.AnyTagClassName
{
color: #533418;
}
</style>
background-color css
<style>
a { background-color: #533418; }
a { background-color: rgb(83,52,24); }
div.DivClassName
{
background-color: #533418;
}
.BgClassName
{
background-color: #533418;
}
</style>
border-color css
<style>
span { border-color: #533418; }
span { border-color: rgb(83,52,24); }
td.TdClassName
{
border-color: #533418;
}
.TagClassName
{
border-color: #533418;
}
</style>