Shades of Brown Bramble #533018
Tints of Brown Bramble #533018
RGB
CMYK
RGB Variations
Color information
#533018 (or 0x533018) is known color: Brown Bramble. HEX triplet: 53, 30 and 18. RGB value is (83,48,24). Sum of RGB (Red+Green+Blue) = 83+48+24=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533018 is #ACCFE7. Grayscale: #373737. Windows color (decimal): -11325416 or 1585235. OLE color: 1585235.
HSL color Cylindrical-coordinate representation of color #533018: hue angle of 24.41º 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 #533018 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 24 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.67 |
| HSL | 24.41º | 0.55% | 0.21% | - |
| HSV(B) | 24.41º | 0.71% | 0.33% | - |
| XYZ | 4.79 | 4.02 | 1.39 | - |
| YUV | 55.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 24 | 0 | 0.42 | 0.71 | 0.67 | 24.41 | 0.55 | 0.21 |
| Hex | 53 | 30 | 18 | 0 | 2A | 47 | 43 | 18 | 37 | 15 |
| Octal | 123 | 60 | 30 | 0 | 52 | 107 | 103 | 30 | 67 | 25 |
| Binary | 1010011 | 110000 | 11000 | 0 | 101010 | 1000111 | 1000011 | 11000 | 110111 | 10101 |
Color Harmonies of #533018
Complementary color
Monochromatic Colors of #533018
Black with #533018
Text Example
Text Example
White with #533018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533018; }
p { color: rgb(83,48,24); }
H1.HeaderClassName
{
color: #533018;
}
.AnyTagClassName
{
color: #533018;
}
</style>
background-color css
<style>
a { background-color: #533018; }
a { background-color: rgb(83,48,24); }
div.DivClassName
{
background-color: #533018;
}
.BgClassName
{
background-color: #533018;
}
</style>
border-color css
<style>
span { border-color: #533018; }
span { border-color: rgb(83,48,24); }
td.TdClassName
{
border-color: #533018;
}
.TagClassName
{
border-color: #533018;
}
</style>