Shades of Brown Bramble #53341C
Tints of Brown Bramble #53341C
RGB
CMYK
RGB Variations
Color information
#53341C (or 0x53341C) is known color: Brown Bramble. HEX triplet: 53, 34 and 1C. RGB value is (83,52,28). Sum of RGB (Red+Green+Blue) = 83+52+28=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53341C is #ACCBE3. Grayscale: #3A3A3A. Windows color (decimal): -11324388 or 1848403. OLE color: 1848403.
HSL color Cylindrical-coordinate representation of color #53341C: hue angle of 26.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53341C is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 28 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.67 |
| HSL | 26.18º | 0.5% | 0.22% | - |
| HSV(B) | 26.18º | 0.66% | 0.33% | - |
| XYZ | 5 | 4.38 | 1.68 | - |
| YUV | 58.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 28 | 0 | 0.37 | 0.66 | 0.67 | 26.18 | 0.5 | 0.22 |
| Hex | 53 | 34 | 1C | 0 | 25 | 42 | 43 | 1A | 32 | 16 |
| Octal | 123 | 64 | 34 | 0 | 45 | 102 | 103 | 32 | 62 | 26 |
| Binary | 1010011 | 110100 | 11100 | 0 | 100101 | 1000010 | 1000011 | 11010 | 110010 | 10110 |
Color Harmonies of #53341C
Complementary color
Monochromatic Colors of #53341C
Black with #53341C
Text Example
Text Example
White with #53341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53341C; }
p { color: rgb(83,52,28); }
H1.HeaderClassName
{
color: #53341C;
}
.AnyTagClassName
{
color: #53341C;
}
</style>
background-color css
<style>
a { background-color: #53341C; }
a { background-color: rgb(83,52,28); }
div.DivClassName
{
background-color: #53341C;
}
.BgClassName
{
background-color: #53341C;
}
</style>
border-color css
<style>
span { border-color: #53341C; }
span { border-color: rgb(83,52,28); }
td.TdClassName
{
border-color: #53341C;
}
.TagClassName
{
border-color: #53341C;
}
</style>