Shades of Brown Bramble #57301E
Tints of Brown Bramble #57301E
RGB
CMYK
RGB Variations
Color information
#57301E (or 0x57301E) is known color: Brown Bramble. HEX triplet: 57, 30 and 1E. RGB value is (87,48,30). Sum of RGB (Red+Green+Blue) = 87+48+30=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57301E is #A8CFE1. Grayscale: #393939. Windows color (decimal): -11063266 or 1978455. OLE color: 1978455.
HSL color Cylindrical-coordinate representation of color #57301E: hue angle of 18.95º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57301E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 48 | 30 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.66 |
| HSL | 18.95º | 0.49% | 0.23% | - |
| HSV(B) | 18.95º | 0.66% | 0.34% | - |
| XYZ | 5.22 | 4.23 | 1.77 | - |
| YUV | 57.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 30 | 0 | 0.45 | 0.66 | 0.66 | 18.95 | 0.49 | 0.23 |
| Hex | 57 | 30 | 1E | 0 | 2D | 42 | 42 | 13 | 31 | 17 |
| Octal | 127 | 60 | 36 | 0 | 55 | 102 | 102 | 23 | 61 | 27 |
| Binary | 1010111 | 110000 | 11110 | 0 | 101101 | 1000010 | 1000010 | 10011 | 110001 | 10111 |
Color Harmonies of #57301E
Complementary color
Monochromatic Colors of #57301E
Black with #57301E
Text Example
Text Example
White with #57301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57301E; }
p { color: rgb(87,48,30); }
H1.HeaderClassName
{
color: #57301E;
}
.AnyTagClassName
{
color: #57301E;
}
</style>
background-color css
<style>
a { background-color: #57301E; }
a { background-color: rgb(87,48,30); }
div.DivClassName
{
background-color: #57301E;
}
.BgClassName
{
background-color: #57301E;
}
</style>
border-color css
<style>
span { border-color: #57301E; }
span { border-color: rgb(87,48,30); }
td.TdClassName
{
border-color: #57301E;
}
.TagClassName
{
border-color: #57301E;
}
</style>