Shades of Brown Bramble #53391C
Tints of Brown Bramble #53391C
RGB
CMYK
RGB Variations
Color information
#53391C (or 0x53391C) is known color: Brown Bramble. HEX triplet: 53, 39 and 1C. RGB value is (83,57,28). Sum of RGB (Red+Green+Blue) = 83+57+28=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53391C is #ACC6E3. Grayscale: #3D3D3D. Windows color (decimal): -11323108 or 1849683. OLE color: 1849683.
HSL color Cylindrical-coordinate representation of color #53391C: hue angle of 31.64º 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 #53391C is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 57 | 28 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.67 |
| HSL | 31.64º | 0.5% | 0.22% | - |
| HSV(B) | 31.64º | 0.66% | 0.33% | - |
| XYZ | 5.24 | 4.85 | 1.76 | - |
| YUV | 61.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 28 | 0 | 0.31 | 0.66 | 0.67 | 31.64 | 0.5 | 0.22 |
| Hex | 53 | 39 | 1C | 0 | 1F | 42 | 43 | 20 | 32 | 16 |
| Octal | 123 | 71 | 34 | 0 | 37 | 102 | 103 | 40 | 62 | 26 |
| Binary | 1010011 | 111001 | 11100 | 0 | 11111 | 1000010 | 1000011 | 100000 | 110010 | 10110 |
Color Harmonies of #53391C
Complementary color
Monochromatic Colors of #53391C
Black with #53391C
Text Example
Text Example
White with #53391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53391C; }
p { color: rgb(83,57,28); }
H1.HeaderClassName
{
color: #53391C;
}
.AnyTagClassName
{
color: #53391C;
}
</style>
background-color css
<style>
a { background-color: #53391C; }
a { background-color: rgb(83,57,28); }
div.DivClassName
{
background-color: #53391C;
}
.BgClassName
{
background-color: #53391C;
}
</style>
border-color css
<style>
span { border-color: #53391C; }
span { border-color: rgb(83,57,28); }
td.TdClassName
{
border-color: #53391C;
}
.TagClassName
{
border-color: #53391C;
}
</style>