Shades of Brown Bramble #53341E
Tints of Brown Bramble #53341E
RGB
CMYK
RGB Variations
Color information
#53341E (or 0x53341E) is known color: Brown Bramble. HEX triplet: 53, 34 and 1E. RGB value is (83,52,30). Sum of RGB (Red+Green+Blue) = 83+52+30=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53341E is #ACCBE1. Grayscale: #3A3A3A. Windows color (decimal): -11324386 or 1979475. OLE color: 1979475.
HSL color Cylindrical-coordinate representation of color #53341E: hue angle of 24.91º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53341E is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 30 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.67 |
| HSL | 24.91º | 0.47% | 0.22% | - |
| HSV(B) | 24.91º | 0.64% | 0.33% | - |
| XYZ | 5.03 | 4.39 | 1.81 | - |
| YUV | 58.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 30 | 0 | 0.37 | 0.64 | 0.67 | 24.91 | 0.47 | 0.22 |
| Hex | 53 | 34 | 1E | 0 | 25 | 40 | 43 | 19 | 2F | 16 |
| Octal | 123 | 64 | 36 | 0 | 45 | 100 | 103 | 31 | 57 | 26 |
| Binary | 1010011 | 110100 | 11110 | 0 | 100101 | 1000000 | 1000011 | 11001 | 101111 | 10110 |
Color Harmonies of #53341E
Complementary color
Monochromatic Colors of #53341E
Black with #53341E
Text Example
Text Example
White with #53341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53341E; }
p { color: rgb(83,52,30); }
H1.HeaderClassName
{
color: #53341E;
}
.AnyTagClassName
{
color: #53341E;
}
</style>
background-color css
<style>
a { background-color: #53341E; }
a { background-color: rgb(83,52,30); }
div.DivClassName
{
background-color: #53341E;
}
.BgClassName
{
background-color: #53341E;
}
</style>
border-color css
<style>
span { border-color: #53341E; }
span { border-color: rgb(83,52,30); }
td.TdClassName
{
border-color: #53341E;
}
.TagClassName
{
border-color: #53341E;
}
</style>