Shades of Cork #52473F
Tints of Cork #52473F
RGB
CMYK
RGB Variations
Color information
#52473F (or 0x52473F) is known color: Cork. HEX triplet: 52, 47 and 3F. RGB value is (82,71,63). Sum of RGB (Red+Green+Blue) = 82+71+63=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #52473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52473F is #ADB8C0. Grayscale: #494949. Windows color (decimal): -11385025 or 4147026. OLE color: 4147026.
HSL color Cylindrical-coordinate representation of color #52473F: hue angle of 25.26º 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 #52473F is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 63 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.68 |
| HSL | 25.26º | 0.13% | 0.28% | - |
| HSV(B) | 25.26º | 0.23% | 0.32% | - |
| XYZ | 6.63 | 6.66 | 5.64 | - |
| YUV | 73.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 63 | 0 | 0.13 | 0.23 | 0.68 | 25.26 | 0.13 | 0.28 |
| Hex | 52 | 47 | 3F | 0 | D | 17 | 44 | 19 | D | 1C |
| Octal | 122 | 107 | 77 | 0 | 15 | 27 | 104 | 31 | 15 | 34 |
| Binary | 1010010 | 1000111 | 111111 | 0 | 1101 | 10111 | 1000100 | 11001 | 1101 | 11100 |
Color Harmonies of #52473F
Complementary color
Monochromatic Colors of #52473F
Black with #52473F
Text Example
Text Example
White with #52473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52473F; }
p { color: rgb(82,71,63); }
H1.HeaderClassName
{
color: #52473F;
}
.AnyTagClassName
{
color: #52473F;
}
</style>
background-color css
<style>
a { background-color: #52473F; }
a { background-color: rgb(82,71,63); }
div.DivClassName
{
background-color: #52473F;
}
.BgClassName
{
background-color: #52473F;
}
</style>
border-color css
<style>
span { border-color: #52473F; }
span { border-color: rgb(82,71,63); }
td.TdClassName
{
border-color: #52473F;
}
.TagClassName
{
border-color: #52473F;
}
</style>