Shades of Brown Bramble #53331A
Tints of Brown Bramble #53331A
RGB
CMYK
RGB Variations
Color information
#53331A (or 0x53331A) is known color: Brown Bramble. HEX triplet: 53, 33 and 1A. RGB value is (83,51,26). Sum of RGB (Red+Green+Blue) = 83+51+26=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53331A is #ACCCE5. Grayscale: #393939. Windows color (decimal): -11324646 or 1717075. OLE color: 1717075.
HSL color Cylindrical-coordinate representation of color #53331A: hue angle of 26.32º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53331A is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 26 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.67 |
| HSL | 26.32º | 0.52% | 0.21% | - |
| HSV(B) | 26.32º | 0.69% | 0.33% | - |
| XYZ | 4.94 | 4.28 | 1.54 | - |
| YUV | 57.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 26 | 0 | 0.39 | 0.69 | 0.67 | 26.32 | 0.52 | 0.21 |
| Hex | 53 | 33 | 1A | 0 | 27 | 45 | 43 | 1A | 34 | 15 |
| Octal | 123 | 63 | 32 | 0 | 47 | 105 | 103 | 32 | 64 | 25 |
| Binary | 1010011 | 110011 | 11010 | 0 | 100111 | 1000101 | 1000011 | 11010 | 110100 | 10101 |
Color Harmonies of #53331A
Complementary color
Monochromatic Colors of #53331A
Black with #53331A
Text Example
Text Example
White with #53331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53331A; }
p { color: rgb(83,51,26); }
H1.HeaderClassName
{
color: #53331A;
}
.AnyTagClassName
{
color: #53331A;
}
</style>
background-color css
<style>
a { background-color: #53331A; }
a { background-color: rgb(83,51,26); }
div.DivClassName
{
background-color: #53331A;
}
.BgClassName
{
background-color: #53331A;
}
</style>
border-color css
<style>
span { border-color: #53331A; }
span { border-color: rgb(83,51,26); }
td.TdClassName
{
border-color: #53331A;
}
.TagClassName
{
border-color: #53331A;
}
</style>