Shades of Redwood #57342E
Tints of Redwood #57342E
RGB
CMYK
RGB Variations
Color information
#57342E (or 0x57342E) is known color: Redwood. HEX triplet: 57, 34 and 2E. RGB value is (87,52,46). Sum of RGB (Red+Green+Blue) = 87+52+46=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57342E is #A8CBD1. Grayscale: #3D3D3D. Windows color (decimal): -11062226 or 3028055. OLE color: 3028055.
HSL color Cylindrical-coordinate representation of color #57342E: hue angle of 8.78º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57342E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 52 | 46 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.66 |
| HSL | 8.78º | 0.31% | 0.26% | - |
| HSV(B) | 8.78º | 0.47% | 0.34% | - |
| XYZ | 5.65 | 4.68 | 3.19 | - |
| YUV | 61.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 52 | 46 | 0 | 0.40 | 0.47 | 0.66 | 8.78 | 0.31 | 0.26 |
| Hex | 57 | 34 | 2E | 0 | 28 | 2F | 42 | 9 | 1F | 1A |
| Octal | 127 | 64 | 56 | 0 | 50 | 57 | 102 | 11 | 37 | 32 |
| Binary | 1010111 | 110100 | 101110 | 0 | 101000 | 101111 | 1000010 | 1001 | 11111 | 11010 |
Color Harmonies of #57342E
Complementary color
Monochromatic Colors of #57342E
Black with #57342E
Text Example
Text Example
White with #57342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57342E; }
p { color: rgb(87,52,46); }
H1.HeaderClassName
{
color: #57342E;
}
.AnyTagClassName
{
color: #57342E;
}
</style>
background-color css
<style>
a { background-color: #57342E; }
a { background-color: rgb(87,52,46); }
div.DivClassName
{
background-color: #57342E;
}
.BgClassName
{
background-color: #57342E;
}
</style>
border-color css
<style>
span { border-color: #57342E; }
span { border-color: rgb(87,52,46); }
td.TdClassName
{
border-color: #57342E;
}
.TagClassName
{
border-color: #57342E;
}
</style>