#524B47

Color #524B47 Cork (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cork #524B47

Tints of Cork #524B47

Color information

#524B47 (or 0x524B47) is unknown color: approx Cork. HEX triplet: 52, 4B and 47. RGB value is (82,75,71). Sum of RGB (Red+Green+Blue) = 82+75+71=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #524B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B47 is #ADB4B8. Grayscale: #4C4C4C. Windows color (decimal): -11383993 or 4672338. OLE color: 4672338.

HSL color Cylindrical-coordinate representation of color #524B47: hue angle of 21.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #524B47 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB827571-
CMYK00.090.130.68
HSL21.82º7.19%30%-
HSV(B)21.82º13.41%32.16%-
XYZ7.137.286.99-
YUV76.64124.82131.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 71 (28.12% from 255) = 31.14%
R=35.96%
G=32.89%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82757100.090.130.6821.827.1930
Hex524B4709D441671e
Octal1221131070111510426736
Binary10100101001011100011101001110110001001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B47; }

 p { color: rgb(82,75,71); }

 H1.HeaderClassName
 {
   color: #524B47;
 }
 .AnyTagClassName
 {
   color: #524B47;
 }
</style>
background-color css

<style>
 a { background-color: #524B47; }

 a { background-color: rgb(82,75,71); }

 div.DivClassName
 {
   background-color: #524B47;
 }
 .BgClassName
 {
   background-color: #524B47;
 }
</style>
border-color css

<style>
 span { border-color: #524B47; }

 span { border-color: rgb(82,75,71); }

 td.TdClassName
 {
   border-color: #524B47;
 }
 .TagClassName
 {
   border-color: #524B47;
 }
</style>