Shades of Brown Bramble #53361C
Tints of Brown Bramble #53361C
RGB
CMYK
RGB Variations
Color information
#53361C (or 0x53361C) is known color: Brown Bramble. HEX triplet: 53, 36 and 1C. RGB value is (83,54,28). Sum of RGB (Red+Green+Blue) = 83+54+28=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53361C is #ACC9E3. Grayscale: #3B3B3B. Windows color (decimal): -11323876 or 1848915. OLE color: 1848915.
HSL color Cylindrical-coordinate representation of color #53361C: hue angle of 28.36º 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 #53361C is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 54 | 28 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.67 |
| HSL | 28.36º | 0.5% | 0.22% | - |
| HSV(B) | 28.36º | 0.66% | 0.33% | - |
| XYZ | 5.1 | 4.56 | 1.71 | - |
| YUV | 59.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 28 | 0 | 0.35 | 0.66 | 0.67 | 28.36 | 0.5 | 0.22 |
| Hex | 53 | 36 | 1C | 0 | 23 | 42 | 43 | 1C | 32 | 16 |
| Octal | 123 | 66 | 34 | 0 | 43 | 102 | 103 | 34 | 62 | 26 |
| Binary | 1010011 | 110110 | 11100 | 0 | 100011 | 1000010 | 1000011 | 11100 | 110010 | 10110 |
Color Harmonies of #53361C
Complementary color
Monochromatic Colors of #53361C
Black with #53361C
Text Example
Text Example
White with #53361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53361C; }
p { color: rgb(83,54,28); }
H1.HeaderClassName
{
color: #53361C;
}
.AnyTagClassName
{
color: #53361C;
}
</style>
background-color css
<style>
a { background-color: #53361C; }
a { background-color: rgb(83,54,28); }
div.DivClassName
{
background-color: #53361C;
}
.BgClassName
{
background-color: #53361C;
}
</style>
border-color css
<style>
span { border-color: #53361C; }
span { border-color: rgb(83,54,28); }
td.TdClassName
{
border-color: #53361C;
}
.TagClassName
{
border-color: #53361C;
}
</style>