Shades of Brown Bramble #53301B
Tints of Brown Bramble #53301B
RGB
CMYK
RGB Variations
Color information
#53301B (or 0x53301B) is known color: Brown Bramble. HEX triplet: 53, 30 and 1B. RGB value is (83,48,27). Sum of RGB (Red+Green+Blue) = 83+48+27=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53301B is #ACCFE4. Grayscale: #383838. Windows color (decimal): -11325413 or 1781843. OLE color: 1781843.
HSL color Cylindrical-coordinate representation of color #53301B: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53301B is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 27 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.67 |
| HSL | 22.5º | 0.51% | 0.22% | - |
| HSV(B) | 22.5º | 0.67% | 0.33% | - |
| XYZ | 4.82 | 4.03 | 1.56 | - |
| YUV | 56.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 27 | 0 | 0.42 | 0.67 | 0.67 | 22.5 | 0.51 | 0.22 |
| Hex | 53 | 30 | 1B | 0 | 2A | 43 | 43 | 16 | 33 | 16 |
| Octal | 123 | 60 | 33 | 0 | 52 | 103 | 103 | 26 | 63 | 26 |
| Binary | 1010011 | 110000 | 11011 | 0 | 101010 | 1000011 | 1000011 | 10110 | 110011 | 10110 |
Color Harmonies of #53301B
Complementary color
Monochromatic Colors of #53301B
Black with #53301B
Text Example
Text Example
White with #53301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53301B; }
p { color: rgb(83,48,27); }
H1.HeaderClassName
{
color: #53301B;
}
.AnyTagClassName
{
color: #53301B;
}
</style>
background-color css
<style>
a { background-color: #53301B; }
a { background-color: rgb(83,48,27); }
div.DivClassName
{
background-color: #53301B;
}
.BgClassName
{
background-color: #53301B;
}
</style>
border-color css
<style>
span { border-color: #53301B; }
span { border-color: rgb(83,48,27); }
td.TdClassName
{
border-color: #53301B;
}
.TagClassName
{
border-color: #53301B;
}
</style>