Shades of Brown Bramble #53361E
Tints of Brown Bramble #53361E
RGB
CMYK
RGB Variations
Color information
#53361E (or 0x53361E) is known color: Brown Bramble. HEX triplet: 53, 36 and 1E. RGB value is (83,54,30). Sum of RGB (Red+Green+Blue) = 83+54+30=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53361E is #ACC9E1. Grayscale: #3C3C3C. Windows color (decimal): -11323874 or 1979987. OLE color: 1979987.
HSL color Cylindrical-coordinate representation of color #53361E: hue angle of 27.17º 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 #53361E is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 54 | 30 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.67 |
| HSL | 27.17º | 0.47% | 0.22% | - |
| HSV(B) | 27.17º | 0.64% | 0.33% | - |
| XYZ | 5.12 | 4.57 | 1.84 | - |
| YUV | 59.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 30 | 0 | 0.35 | 0.64 | 0.67 | 27.17 | 0.47 | 0.22 |
| Hex | 53 | 36 | 1E | 0 | 23 | 40 | 43 | 1B | 2F | 16 |
| Octal | 123 | 66 | 36 | 0 | 43 | 100 | 103 | 33 | 57 | 26 |
| Binary | 1010011 | 110110 | 11110 | 0 | 100011 | 1000000 | 1000011 | 11011 | 101111 | 10110 |
Color Harmonies of #53361E
Complementary color
Monochromatic Colors of #53361E
Black with #53361E
Text Example
Text Example
White with #53361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53361E; }
p { color: rgb(83,54,30); }
H1.HeaderClassName
{
color: #53361E;
}
.AnyTagClassName
{
color: #53361E;
}
</style>
background-color css
<style>
a { background-color: #53361E; }
a { background-color: rgb(83,54,30); }
div.DivClassName
{
background-color: #53361E;
}
.BgClassName
{
background-color: #53361E;
}
</style>
border-color css
<style>
span { border-color: #53361E; }
span { border-color: rgb(83,54,30); }
td.TdClassName
{
border-color: #53361E;
}
.TagClassName
{
border-color: #53361E;
}
</style>