Shades of Dark Brown #57401D
Tints of Dark Brown #57401D
RGB
CMYK
RGB Variations
Color information
#57401D (or 0x57401D) is known color: Dark Brown. HEX triplet: 57, 40 and 1D. RGB value is (87,64,29). Sum of RGB (Red+Green+Blue) = 87+64+29=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57401D is #A8BFE2. Grayscale: #434343. Windows color (decimal): -11059171 or 1917015. OLE color: 1917015.
HSL color Cylindrical-coordinate representation of color #57401D: hue angle of 36.21º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57401D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 64 | 29 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.66 |
| HSL | 36.21º | 0.5% | 0.23% | - |
| HSV(B) | 36.21º | 0.67% | 0.34% | - |
| XYZ | 5.99 | 5.78 | 1.96 | - |
| YUV | 66.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 29 | 0 | 0.26 | 0.67 | 0.66 | 36.21 | 0.5 | 0.23 |
| Hex | 57 | 40 | 1D | 0 | 1A | 43 | 42 | 24 | 32 | 17 |
| Octal | 127 | 100 | 35 | 0 | 32 | 103 | 102 | 44 | 62 | 27 |
| Binary | 1010111 | 1000000 | 11101 | 0 | 11010 | 1000011 | 1000010 | 100100 | 110010 | 10111 |
Color Harmonies of #57401D
Complementary color
Monochromatic Colors of #57401D
Black with #57401D
Text Example
Text Example
White with #57401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57401D; }
p { color: rgb(87,64,29); }
H1.HeaderClassName
{
color: #57401D;
}
.AnyTagClassName
{
color: #57401D;
}
</style>
background-color css
<style>
a { background-color: #57401D; }
a { background-color: rgb(87,64,29); }
div.DivClassName
{
background-color: #57401D;
}
.BgClassName
{
background-color: #57401D;
}
</style>
border-color css
<style>
span { border-color: #57401D; }
span { border-color: rgb(87,64,29); }
td.TdClassName
{
border-color: #57401D;
}
.TagClassName
{
border-color: #57401D;
}
</style>