Shades of Woody Brown #524745
Tints of Woody Brown #524745
RGB
CMYK
RGB Variations
Color information
#524745 (or 0x524745) is known color: Woody Brown. HEX triplet: 52, 47 and 45. RGB value is (82,71,69). Sum of RGB (Red+Green+Blue) = 82+71+69=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #524745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524745 is #ADB8BA. Grayscale: #4A4A4A. Windows color (decimal): -11385019 or 4540242. OLE color: 4540242.
HSL color Cylindrical-coordinate representation of color #524745: hue angle of 9.23º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524745 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 69 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.68 |
| HSL | 9.23º | 0.09% | 0.3% | - |
| HSV(B) | 9.23º | 0.16% | 0.32% | - |
| XYZ | 6.81 | 6.73 | 6.57 | - |
| YUV | 74.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 69 | 0 | 0.13 | 0.16 | 0.68 | 9.23 | 0.09 | 0.3 |
| Hex | 52 | 47 | 45 | 0 | D | 10 | 44 | 9 | 9 | 1E |
| Octal | 122 | 107 | 105 | 0 | 15 | 20 | 104 | 11 | 11 | 36 |
| Binary | 1010010 | 1000111 | 1000101 | 0 | 1101 | 10000 | 1000100 | 1001 | 1001 | 11110 |
Color Harmonies of #524745
Complementary color
Monochromatic Colors of #524745
Black with #524745
Text Example
Text Example
White with #524745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524745; }
p { color: rgb(82,71,69); }
H1.HeaderClassName
{
color: #524745;
}
.AnyTagClassName
{
color: #524745;
}
</style>
background-color css
<style>
a { background-color: #524745; }
a { background-color: rgb(82,71,69); }
div.DivClassName
{
background-color: #524745;
}
.BgClassName
{
background-color: #524745;
}
</style>
border-color css
<style>
span { border-color: #524745; }
span { border-color: rgb(82,71,69); }
td.TdClassName
{
border-color: #524745;
}
.TagClassName
{
border-color: #524745;
}
</style>