Shades of Brown Bramble #533818
Tints of Brown Bramble #533818
RGB
CMYK
RGB Variations
Color information
#533818 (or 0x533818) is known color: Brown Bramble. HEX triplet: 53, 38 and 18. RGB value is (83,56,24). Sum of RGB (Red+Green+Blue) = 83+56+24=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533818 is #ACC7E7. Grayscale: #3C3C3C. Windows color (decimal): -11323368 or 1587283. OLE color: 1587283.
HSL color Cylindrical-coordinate representation of color #533818: hue angle of 32.54º 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 #533818 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 24 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.67 |
| HSL | 32.54º | 0.55% | 0.21% | - |
| HSV(B) | 32.54º | 0.71% | 0.33% | - |
| XYZ | 5.15 | 4.73 | 1.51 | - |
| YUV | 60.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 24 | 0 | 0.33 | 0.71 | 0.67 | 32.54 | 0.55 | 0.21 |
| Hex | 53 | 38 | 18 | 0 | 21 | 47 | 43 | 21 | 37 | 15 |
| Octal | 123 | 70 | 30 | 0 | 41 | 107 | 103 | 41 | 67 | 25 |
| Binary | 1010011 | 111000 | 11000 | 0 | 100001 | 1000111 | 1000011 | 100001 | 110111 | 10101 |
Color Harmonies of #533818
Complementary color
Monochromatic Colors of #533818
Black with #533818
Text Example
Text Example
White with #533818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533818; }
p { color: rgb(83,56,24); }
H1.HeaderClassName
{
color: #533818;
}
.AnyTagClassName
{
color: #533818;
}
</style>
background-color css
<style>
a { background-color: #533818; }
a { background-color: rgb(83,56,24); }
div.DivClassName
{
background-color: #533818;
}
.BgClassName
{
background-color: #533818;
}
</style>
border-color css
<style>
span { border-color: #533818; }
span { border-color: rgb(83,56,24); }
td.TdClassName
{
border-color: #533818;
}
.TagClassName
{
border-color: #533818;
}
</style>