Shades of Brown Bramble #53321B
Tints of Brown Bramble #53321B
RGB
CMYK
RGB Variations
Color information
#53321B (or 0x53321B) is known color: Brown Bramble. HEX triplet: 53, 32 and 1B. RGB value is (83,50,27). Sum of RGB (Red+Green+Blue) = 83+50+27=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53321B is #ACCDE4. Grayscale: #393939. Windows color (decimal): -11324901 or 1782355. OLE color: 1782355.
HSL color Cylindrical-coordinate representation of color #53321B: hue angle of 24.64º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53321B is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 50 | 27 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.67 |
| HSL | 24.64º | 0.51% | 0.22% | - |
| HSV(B) | 24.64º | 0.67% | 0.33% | - |
| XYZ | 4.91 | 4.2 | 1.59 | - |
| YUV | 57.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 27 | 0 | 0.40 | 0.67 | 0.67 | 24.64 | 0.51 | 0.22 |
| Hex | 53 | 32 | 1B | 0 | 28 | 43 | 43 | 19 | 33 | 16 |
| Octal | 123 | 62 | 33 | 0 | 50 | 103 | 103 | 31 | 63 | 26 |
| Binary | 1010011 | 110010 | 11011 | 0 | 101000 | 1000011 | 1000011 | 11001 | 110011 | 10110 |
Color Harmonies of #53321B
Complementary color
Monochromatic Colors of #53321B
Black with #53321B
Text Example
Text Example
White with #53321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53321B; }
p { color: rgb(83,50,27); }
H1.HeaderClassName
{
color: #53321B;
}
.AnyTagClassName
{
color: #53321B;
}
</style>
background-color css
<style>
a { background-color: #53321B; }
a { background-color: rgb(83,50,27); }
div.DivClassName
{
background-color: #53321B;
}
.BgClassName
{
background-color: #53321B;
}
</style>
border-color css
<style>
span { border-color: #53321B; }
span { border-color: rgb(83,50,27); }
td.TdClassName
{
border-color: #53321B;
}
.TagClassName
{
border-color: #53321B;
}
</style>