Shades of Woody Brown #523F3F
Tints of Woody Brown #523F3F
RGB
CMYK
RGB Variations
Color information
#523F3F (or 0x523F3F) is known color: Woody Brown. HEX triplet: 52, 3F and 3F. RGB value is (82,63,63). Sum of RGB (Red+Green+Blue) = 82+63+63=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #523F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F3F is #ADC0C0. Grayscale: #444444. Windows color (decimal): -11387073 or 4144978. OLE color: 4144978.
HSL color Cylindrical-coordinate representation of color #523F3F: hue angle of 0º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #523F3F is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 63 | 63 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.68 |
| HSL | 0º | 0.13% | 0.28% | - |
| HSV(B) | 0º | 0.23% | 0.32% | - |
| XYZ | 6.15 | 5.71 | 5.48 | - |
| YUV | 68.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 63 | 0 | 0.23 | 0.23 | 0.68 | 0 | 0.13 | 0.28 |
| Hex | 52 | 3F | 3F | 0 | 17 | 17 | 44 | 0 | D | 1C |
| Octal | 122 | 77 | 77 | 0 | 27 | 27 | 104 | 0 | 15 | 34 |
| Binary | 1010010 | 111111 | 111111 | 0 | 10111 | 10111 | 1000100 | 0 | 1101 | 11100 |
Color Harmonies of #523F3F
Complementary color
Monochromatic Colors of #523F3F
Black with #523F3F
Text Example
Text Example
White with #523F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F3F; }
p { color: rgb(82,63,63); }
H1.HeaderClassName
{
color: #523F3F;
}
.AnyTagClassName
{
color: #523F3F;
}
</style>
background-color css
<style>
a { background-color: #523F3F; }
a { background-color: rgb(82,63,63); }
div.DivClassName
{
background-color: #523F3F;
}
.BgClassName
{
background-color: #523F3F;
}
</style>
border-color css
<style>
span { border-color: #523F3F; }
span { border-color: rgb(82,63,63); }
td.TdClassName
{
border-color: #523F3F;
}
.TagClassName
{
border-color: #523F3F;
}
</style>