Shades of Brown Bramble #53371F
Tints of Brown Bramble #53371F
RGB
CMYK
RGB Variations
Color information
#53371F (or 0x53371F) is known color: Brown Bramble. HEX triplet: 53, 37 and 1F. RGB value is (83,55,31). Sum of RGB (Red+Green+Blue) = 83+55+31=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53371F is #ACC8E0. Grayscale: #3C3C3C. Windows color (decimal): -11323617 or 2045779. OLE color: 2045779.
HSL color Cylindrical-coordinate representation of color #53371F: hue angle of 27.69º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53371F is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 55 | 31 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.67 |
| HSL | 27.69º | 0.46% | 0.22% | - |
| HSV(B) | 27.69º | 0.63% | 0.33% | - |
| XYZ | 5.18 | 4.67 | 1.92 | - |
| YUV | 60.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 31 | 0 | 0.34 | 0.63 | 0.67 | 27.69 | 0.46 | 0.22 |
| Hex | 53 | 37 | 1F | 0 | 22 | 3F | 43 | 1C | 2E | 16 |
| Octal | 123 | 67 | 37 | 0 | 42 | 77 | 103 | 34 | 56 | 26 |
| Binary | 1010011 | 110111 | 11111 | 0 | 100010 | 111111 | 1000011 | 11100 | 101110 | 10110 |
Color Harmonies of #53371F
Complementary color
Monochromatic Colors of #53371F
Black with #53371F
Text Example
Text Example
White with #53371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53371F; }
p { color: rgb(83,55,31); }
H1.HeaderClassName
{
color: #53371F;
}
.AnyTagClassName
{
color: #53371F;
}
</style>
background-color css
<style>
a { background-color: #53371F; }
a { background-color: rgb(83,55,31); }
div.DivClassName
{
background-color: #53371F;
}
.BgClassName
{
background-color: #53371F;
}
</style>
border-color css
<style>
span { border-color: #53371F; }
span { border-color: rgb(83,55,31); }
td.TdClassName
{
border-color: #53371F;
}
.TagClassName
{
border-color: #53371F;
}
</style>