Shades of Brown Bramble #53381C
Tints of Brown Bramble #53381C
RGB
CMYK
RGB Variations
Color information
#53381C (or 0x53381C) is known color: Brown Bramble. HEX triplet: 53, 38 and 1C. RGB value is (83,56,28). Sum of RGB (Red+Green+Blue) = 83+56+28=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53381C is #ACC7E3. Grayscale: #3D3D3D. Windows color (decimal): -11323364 or 1849427. OLE color: 1849427.
HSL color Cylindrical-coordinate representation of color #53381C: hue angle of 30.55º 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 #53381C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 28 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.67 |
| HSL | 30.55º | 0.5% | 0.22% | - |
| HSV(B) | 30.55º | 0.66% | 0.33% | - |
| XYZ | 5.19 | 4.75 | 1.74 | - |
| YUV | 60.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 28 | 0 | 0.33 | 0.66 | 0.67 | 30.55 | 0.5 | 0.22 |
| Hex | 53 | 38 | 1C | 0 | 21 | 42 | 43 | 1F | 32 | 16 |
| Octal | 123 | 70 | 34 | 0 | 41 | 102 | 103 | 37 | 62 | 26 |
| Binary | 1010011 | 111000 | 11100 | 0 | 100001 | 1000010 | 1000011 | 11111 | 110010 | 10110 |
Color Harmonies of #53381C
Complementary color
Monochromatic Colors of #53381C
Black with #53381C
Text Example
Text Example
White with #53381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53381C; }
p { color: rgb(83,56,28); }
H1.HeaderClassName
{
color: #53381C;
}
.AnyTagClassName
{
color: #53381C;
}
</style>
background-color css
<style>
a { background-color: #53381C; }
a { background-color: rgb(83,56,28); }
div.DivClassName
{
background-color: #53381C;
}
.BgClassName
{
background-color: #53381C;
}
</style>
border-color css
<style>
span { border-color: #53381C; }
span { border-color: rgb(83,56,28); }
td.TdClassName
{
border-color: #53381C;
}
.TagClassName
{
border-color: #53381C;
}
</style>