Shades of Brown Bramble #53361B
Tints of Brown Bramble #53361B
RGB
CMYK
RGB Variations
Color information
#53361B (or 0x53361B) is known color: Brown Bramble. HEX triplet: 53, 36 and 1B. RGB value is (83,54,27). Sum of RGB (Red+Green+Blue) = 83+54+27=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53361B is #ACC9E4. Grayscale: #3B3B3B. Windows color (decimal): -11323877 or 1783379. OLE color: 1783379.
HSL color Cylindrical-coordinate representation of color #53361B: hue angle of 28.93º 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 #53361B is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 54 | 27 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.67 |
| HSL | 28.93º | 0.51% | 0.22% | - |
| HSV(B) | 28.93º | 0.67% | 0.33% | - |
| XYZ | 5.08 | 4.56 | 1.65 | - |
| YUV | 59.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 27 | 0 | 0.35 | 0.67 | 0.67 | 28.93 | 0.51 | 0.22 |
| Hex | 53 | 36 | 1B | 0 | 23 | 43 | 43 | 1D | 33 | 16 |
| Octal | 123 | 66 | 33 | 0 | 43 | 103 | 103 | 35 | 63 | 26 |
| Binary | 1010011 | 110110 | 11011 | 0 | 100011 | 1000011 | 1000011 | 11101 | 110011 | 10110 |
Color Harmonies of #53361B
Complementary color
Monochromatic Colors of #53361B
Black with #53361B
Text Example
Text Example
White with #53361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53361B; }
p { color: rgb(83,54,27); }
H1.HeaderClassName
{
color: #53361B;
}
.AnyTagClassName
{
color: #53361B;
}
</style>
background-color css
<style>
a { background-color: #53361B; }
a { background-color: rgb(83,54,27); }
div.DivClassName
{
background-color: #53361B;
}
.BgClassName
{
background-color: #53361B;
}
</style>
border-color css
<style>
span { border-color: #53361B; }
span { border-color: rgb(83,54,27); }
td.TdClassName
{
border-color: #53361B;
}
.TagClassName
{
border-color: #53361B;
}
</style>