Shades of Brown Bramble #533318
Tints of Brown Bramble #533318
RGB
CMYK
RGB Variations
Color information
#533318 (or 0x533318) is known color: Brown Bramble. HEX triplet: 53, 33 and 18. RGB value is (83,51,24). Sum of RGB (Red+Green+Blue) = 83+51+24=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533318 is #ACCCE7. Grayscale: #393939. Windows color (decimal): -11324648 or 1586003. OLE color: 1586003.
HSL color Cylindrical-coordinate representation of color #533318: hue angle of 27.46º 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 #533318 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 24 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.67 |
| HSL | 27.46º | 0.55% | 0.21% | - |
| HSV(B) | 27.46º | 0.71% | 0.33% | - |
| XYZ | 4.92 | 4.27 | 1.43 | - |
| YUV | 57.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 24 | 0 | 0.39 | 0.71 | 0.67 | 27.46 | 0.55 | 0.21 |
| Hex | 53 | 33 | 18 | 0 | 27 | 47 | 43 | 1B | 37 | 15 |
| Octal | 123 | 63 | 30 | 0 | 47 | 107 | 103 | 33 | 67 | 25 |
| Binary | 1010011 | 110011 | 11000 | 0 | 100111 | 1000111 | 1000011 | 11011 | 110111 | 10101 |
Color Harmonies of #533318
Complementary color
Monochromatic Colors of #533318
Black with #533318
Text Example
Text Example
White with #533318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533318; }
p { color: rgb(83,51,24); }
H1.HeaderClassName
{
color: #533318;
}
.AnyTagClassName
{
color: #533318;
}
</style>
background-color css
<style>
a { background-color: #533318; }
a { background-color: rgb(83,51,24); }
div.DivClassName
{
background-color: #533318;
}
.BgClassName
{
background-color: #533318;
}
</style>
border-color css
<style>
span { border-color: #533318; }
span { border-color: rgb(83,51,24); }
td.TdClassName
{
border-color: #533318;
}
.TagClassName
{
border-color: #533318;
}
</style>