Shades of Brown Bramble #533118
Tints of Brown Bramble #533118
RGB
CMYK
RGB Variations
Color information
#533118 (or 0x533118) is known color: Brown Bramble. HEX triplet: 53, 31 and 18. RGB value is (83,49,24). Sum of RGB (Red+Green+Blue) = 83+49+24=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533118 is #ACCEE7. Grayscale: #383838. Windows color (decimal): -11325160 or 1585491. OLE color: 1585491.
HSL color Cylindrical-coordinate representation of color #533118: hue angle of 25.42º 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 #533118 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 24 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.67 |
| HSL | 25.42º | 0.55% | 0.21% | - |
| HSV(B) | 25.42º | 0.71% | 0.33% | - |
| XYZ | 4.83 | 4.1 | 1.4 | - |
| YUV | 56.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 24 | 0 | 0.41 | 0.71 | 0.67 | 25.42 | 0.55 | 0.21 |
| Hex | 53 | 31 | 18 | 0 | 29 | 47 | 43 | 19 | 37 | 15 |
| Octal | 123 | 61 | 30 | 0 | 51 | 107 | 103 | 31 | 67 | 25 |
| Binary | 1010011 | 110001 | 11000 | 0 | 101001 | 1000111 | 1000011 | 11001 | 110111 | 10101 |
Color Harmonies of #533118
Complementary color
Monochromatic Colors of #533118
Black with #533118
Text Example
Text Example
White with #533118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533118; }
p { color: rgb(83,49,24); }
H1.HeaderClassName
{
color: #533118;
}
.AnyTagClassName
{
color: #533118;
}
</style>
background-color css
<style>
a { background-color: #533118; }
a { background-color: rgb(83,49,24); }
div.DivClassName
{
background-color: #533118;
}
.BgClassName
{
background-color: #533118;
}
</style>
border-color css
<style>
span { border-color: #533118; }
span { border-color: rgb(83,49,24); }
td.TdClassName
{
border-color: #533118;
}
.TagClassName
{
border-color: #533118;
}
</style>