Shades of Woody Brown #583D3D
Tints of Woody Brown #583D3D
RGB
CMYK
RGB Variations
Color information
#583D3D (or 0x583D3D) is known color: Woody Brown. HEX triplet: 58, 3D and 3D. RGB value is (88,61,61). Sum of RGB (Red+Green+Blue) = 88+61+61=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #583D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583D3D is #A7C2C2. Grayscale: #454545. Windows color (decimal): -10994371 or 4013400. OLE color: 4013400.
HSL color Cylindrical-coordinate representation of color #583D3D: hue angle of 0º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #583D3D is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 61 | 61 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.65 |
| HSL | 0º | 0.18% | 0.29% | - |
| HSV(B) | 0º | 0.31% | 0.35% | - |
| XYZ | 6.54 | 5.75 | 5.18 | - |
| YUV | 69.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 61 | 61 | 0 | 0.31 | 0.31 | 0.65 | 0 | 0.18 | 0.29 |
| Hex | 58 | 3D | 3D | 0 | 1F | 1F | 41 | 0 | 12 | 1D |
| Octal | 130 | 75 | 75 | 0 | 37 | 37 | 101 | 0 | 22 | 35 |
| Binary | 1011000 | 111101 | 111101 | 0 | 11111 | 11111 | 1000001 | 0 | 10010 | 11101 |
Color Harmonies of #583D3D
Complementary color
Monochromatic Colors of #583D3D
Black with #583D3D
Text Example
Text Example
White with #583D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583D3D; }
p { color: rgb(88,61,61); }
H1.HeaderClassName
{
color: #583D3D;
}
.AnyTagClassName
{
color: #583D3D;
}
</style>
background-color css
<style>
a { background-color: #583D3D; }
a { background-color: rgb(88,61,61); }
div.DivClassName
{
background-color: #583D3D;
}
.BgClassName
{
background-color: #583D3D;
}
</style>
border-color css
<style>
span { border-color: #583D3D; }
span { border-color: rgb(88,61,61); }
td.TdClassName
{
border-color: #583D3D;
}
.TagClassName
{
border-color: #583D3D;
}
</style>