Shades of Woody Brown #573D3D
Tints of Woody Brown #573D3D
RGB
CMYK
RGB Variations
Color information
#573D3D (or 0x573D3D) is known color: Woody Brown. HEX triplet: 57, 3D and 3D. RGB value is (87,61,61). Sum of RGB (Red+Green+Blue) = 87+61+61=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #573D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D3D is #A8C2C2. Grayscale: #444444. Windows color (decimal): -11059907 or 4013399. OLE color: 4013399.
HSL color Cylindrical-coordinate representation of color #573D3D: hue angle of 0º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #573D3D is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 61 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.66 |
| HSL | 0º | 0.18% | 0.29% | - |
| HSV(B) | 0º | 0.3% | 0.34% | - |
| XYZ | 6.44 | 5.7 | 5.18 | - |
| YUV | 68.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 61 | 0 | 0.30 | 0.30 | 0.66 | 0 | 0.18 | 0.29 |
| Hex | 57 | 3D | 3D | 0 | 1E | 1E | 42 | 0 | 12 | 1D |
| Octal | 127 | 75 | 75 | 0 | 36 | 36 | 102 | 0 | 22 | 35 |
| Binary | 1010111 | 111101 | 111101 | 0 | 11110 | 11110 | 1000010 | 0 | 10010 | 11101 |
Color Harmonies of #573D3D
Complementary color
Monochromatic Colors of #573D3D
Black with #573D3D
Text Example
Text Example
White with #573D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D3D; }
p { color: rgb(87,61,61); }
H1.HeaderClassName
{
color: #573D3D;
}
.AnyTagClassName
{
color: #573D3D;
}
</style>
background-color css
<style>
a { background-color: #573D3D; }
a { background-color: rgb(87,61,61); }
div.DivClassName
{
background-color: #573D3D;
}
.BgClassName
{
background-color: #573D3D;
}
</style>
border-color css
<style>
span { border-color: #573D3D; }
span { border-color: rgb(87,61,61); }
td.TdClassName
{
border-color: #573D3D;
}
.TagClassName
{
border-color: #573D3D;
}
</style>