Shades of Brown Bramble #533117
Tints of Brown Bramble #533117
RGB
CMYK
RGB Variations
Color information
#533117 (or 0x533117) is known color: Brown Bramble. HEX triplet: 53, 31 and 17. RGB value is (83,49,23). Sum of RGB (Red+Green+Blue) = 83+49+23=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533117 is #ACCEE8. Grayscale: #383838. Windows color (decimal): -11325161 or 1519955. OLE color: 1519955.
HSL color Cylindrical-coordinate representation of color #533117: hue angle of 26º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #533117 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 23 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.67 |
| HSL | 26º | 0.57% | 0.21% | - |
| HSV(B) | 26º | 0.72% | 0.33% | - |
| XYZ | 4.82 | 4.1 | 1.35 | - |
| YUV | 56.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 23 | 0 | 0.41 | 0.72 | 0.67 | 26 | 0.57 | 0.21 |
| Hex | 53 | 31 | 17 | 0 | 29 | 48 | 43 | 1A | 39 | 15 |
| Octal | 123 | 61 | 27 | 0 | 51 | 110 | 103 | 32 | 71 | 25 |
| Binary | 1010011 | 110001 | 10111 | 0 | 101001 | 1001000 | 1000011 | 11010 | 111001 | 10101 |
Color Harmonies of #533117
Complementary color
Monochromatic Colors of #533117
Black with #533117
Text Example
Text Example
White with #533117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533117; }
p { color: rgb(83,49,23); }
H1.HeaderClassName
{
color: #533117;
}
.AnyTagClassName
{
color: #533117;
}
</style>
background-color css
<style>
a { background-color: #533117; }
a { background-color: rgb(83,49,23); }
div.DivClassName
{
background-color: #533117;
}
.BgClassName
{
background-color: #533117;
}
</style>
border-color css
<style>
span { border-color: #533117; }
span { border-color: rgb(83,49,23); }
td.TdClassName
{
border-color: #533117;
}
.TagClassName
{
border-color: #533117;
}
</style>