Shades of Brown Bramble #53321C
Tints of Brown Bramble #53321C
RGB
CMYK
RGB Variations
Color information
#53321C (or 0x53321C) is known color: Brown Bramble. HEX triplet: 53, 32 and 1C. RGB value is (83,50,28). Sum of RGB (Red+Green+Blue) = 83+50+28=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53321C is #ACCDE3. Grayscale: #393939. Windows color (decimal): -11324900 or 1847891. OLE color: 1847891.
HSL color Cylindrical-coordinate representation of color #53321C: hue angle of 24º 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 #53321C is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 50 | 28 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.67 |
| HSL | 24º | 0.5% | 0.22% | - |
| HSV(B) | 24º | 0.66% | 0.33% | - |
| XYZ | 4.92 | 4.2 | 1.65 | - |
| YUV | 57.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 28 | 0 | 0.40 | 0.66 | 0.67 | 24 | 0.5 | 0.22 |
| Hex | 53 | 32 | 1C | 0 | 28 | 42 | 43 | 18 | 32 | 16 |
| Octal | 123 | 62 | 34 | 0 | 50 | 102 | 103 | 30 | 62 | 26 |
| Binary | 1010011 | 110010 | 11100 | 0 | 101000 | 1000010 | 1000011 | 11000 | 110010 | 10110 |
Color Harmonies of #53321C
Complementary color
Monochromatic Colors of #53321C
Black with #53321C
Text Example
Text Example
White with #53321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53321C; }
p { color: rgb(83,50,28); }
H1.HeaderClassName
{
color: #53321C;
}
.AnyTagClassName
{
color: #53321C;
}
</style>
background-color css
<style>
a { background-color: #53321C; }
a { background-color: rgb(83,50,28); }
div.DivClassName
{
background-color: #53321C;
}
.BgClassName
{
background-color: #53321C;
}
</style>
border-color css
<style>
span { border-color: #53321C; }
span { border-color: rgb(83,50,28); }
td.TdClassName
{
border-color: #53321C;
}
.TagClassName
{
border-color: #53321C;
}
</style>