Shades of Brown Bramble #53341B
Tints of Brown Bramble #53341B
RGB
CMYK
RGB Variations
Color information
#53341B (or 0x53341B) is known color: Brown Bramble. HEX triplet: 53, 34 and 1B. RGB value is (83,52,27). Sum of RGB (Red+Green+Blue) = 83+52+27=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53341B is #ACCBE4. Grayscale: #3A3A3A. Windows color (decimal): -11324389 or 1782867. OLE color: 1782867.
HSL color Cylindrical-coordinate representation of color #53341B: hue angle of 26.79º 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 #53341B is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 27 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.67 |
| HSL | 26.79º | 0.51% | 0.22% | - |
| HSV(B) | 26.79º | 0.67% | 0.33% | - |
| XYZ | 4.99 | 4.37 | 1.62 | - |
| YUV | 58.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 27 | 0 | 0.37 | 0.67 | 0.67 | 26.79 | 0.51 | 0.22 |
| Hex | 53 | 34 | 1B | 0 | 25 | 43 | 43 | 1B | 33 | 16 |
| Octal | 123 | 64 | 33 | 0 | 45 | 103 | 103 | 33 | 63 | 26 |
| Binary | 1010011 | 110100 | 11011 | 0 | 100101 | 1000011 | 1000011 | 11011 | 110011 | 10110 |
Color Harmonies of #53341B
Complementary color
Monochromatic Colors of #53341B
Black with #53341B
Text Example
Text Example
White with #53341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53341B; }
p { color: rgb(83,52,27); }
H1.HeaderClassName
{
color: #53341B;
}
.AnyTagClassName
{
color: #53341B;
}
</style>
background-color css
<style>
a { background-color: #53341B; }
a { background-color: rgb(83,52,27); }
div.DivClassName
{
background-color: #53341B;
}
.BgClassName
{
background-color: #53341B;
}
</style>
border-color css
<style>
span { border-color: #53341B; }
span { border-color: rgb(83,52,27); }
td.TdClassName
{
border-color: #53341B;
}
.TagClassName
{
border-color: #53341B;
}
</style>