Shades of Brown Bramble #57321B
Tints of Brown Bramble #57321B
RGB
CMYK
RGB Variations
Color information
#57321B (or 0x57321B) is known color: Brown Bramble. HEX triplet: 57, 32 and 1B. RGB value is (87,50,27). Sum of RGB (Red+Green+Blue) = 87+50+27=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57321B is #A8CDE4. Grayscale: #3A3A3A. Windows color (decimal): -11062757 or 1782359. OLE color: 1782359.
HSL color Cylindrical-coordinate representation of color #57321B: hue angle of 23º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57321B is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 50 | 27 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.66 |
| HSL | 23º | 0.53% | 0.22% | - |
| HSV(B) | 23º | 0.69% | 0.34% | - |
| XYZ | 5.27 | 4.39 | 1.61 | - |
| YUV | 58.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 27 | 0 | 0.43 | 0.69 | 0.66 | 23 | 0.53 | 0.22 |
| Hex | 57 | 32 | 1B | 0 | 2B | 45 | 42 | 17 | 35 | 16 |
| Octal | 127 | 62 | 33 | 0 | 53 | 105 | 102 | 27 | 65 | 26 |
| Binary | 1010111 | 110010 | 11011 | 0 | 101011 | 1000101 | 1000010 | 10111 | 110101 | 10110 |
Color Harmonies of #57321B
Complementary color
Monochromatic Colors of #57321B
Black with #57321B
Text Example
Text Example
White with #57321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57321B; }
p { color: rgb(87,50,27); }
H1.HeaderClassName
{
color: #57321B;
}
.AnyTagClassName
{
color: #57321B;
}
</style>
background-color css
<style>
a { background-color: #57321B; }
a { background-color: rgb(87,50,27); }
div.DivClassName
{
background-color: #57321B;
}
.BgClassName
{
background-color: #57321B;
}
</style>
border-color css
<style>
span { border-color: #57321B; }
span { border-color: rgb(87,50,27); }
td.TdClassName
{
border-color: #57321B;
}
.TagClassName
{
border-color: #57321B;
}
</style>