Shades of Brown Bramble #53371A
Tints of Brown Bramble #53371A
RGB
CMYK
RGB Variations
Color information
#53371A (or 0x53371A) is known color: Brown Bramble. HEX triplet: 53, 37 and 1A. RGB value is (83,55,26). Sum of RGB (Red+Green+Blue) = 83+55+26=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53371A is #ACC8E5. Grayscale: #3C3C3C. Windows color (decimal): -11323622 or 1718099. OLE color: 1718099.
HSL color Cylindrical-coordinate representation of color #53371A: hue angle of 30.53º 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 #53371A is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 55 | 26 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.67 |
| HSL | 30.53º | 0.52% | 0.21% | - |
| HSV(B) | 30.53º | 0.69% | 0.33% | - |
| XYZ | 5.12 | 4.65 | 1.6 | - |
| YUV | 60.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 26 | 0 | 0.34 | 0.69 | 0.67 | 30.53 | 0.52 | 0.21 |
| Hex | 53 | 37 | 1A | 0 | 22 | 45 | 43 | 1F | 34 | 15 |
| Octal | 123 | 67 | 32 | 0 | 42 | 105 | 103 | 37 | 64 | 25 |
| Binary | 1010011 | 110111 | 11010 | 0 | 100010 | 1000101 | 1000011 | 11111 | 110100 | 10101 |
Color Harmonies of #53371A
Complementary color
Monochromatic Colors of #53371A
Black with #53371A
Text Example
Text Example
White with #53371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53371A; }
p { color: rgb(83,55,26); }
H1.HeaderClassName
{
color: #53371A;
}
.AnyTagClassName
{
color: #53371A;
}
</style>
background-color css
<style>
a { background-color: #53371A; }
a { background-color: rgb(83,55,26); }
div.DivClassName
{
background-color: #53371A;
}
.BgClassName
{
background-color: #53371A;
}
</style>
border-color css
<style>
span { border-color: #53371A; }
span { border-color: rgb(83,55,26); }
td.TdClassName
{
border-color: #53371A;
}
.TagClassName
{
border-color: #53371A;
}
</style>