#524843

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

Shades of Cork #524843

Tints of Cork #524843

Color information

#524843 (or 0x524843) is unknown color: approx Cork. HEX triplet: 52, 48 and 43. RGB value is (82,72,67). Sum of RGB (Red+Green+Blue) = 82+72+67=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524843 is #ADB7BC. Grayscale: #4A4A4A. Windows color (decimal): -11384765 or 4409426. OLE color: 4409426.

HSL color Cylindrical-coordinate representation of color #524843: hue angle of 20º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #524843 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB827267-
CMYK00.120.180.68
HSL20º10.07%29.22%-
HSV(B)20º18.29%32.16%-
XYZ6.816.836.27-
YUV74.42123.81133.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 67 (26.56% from 255) = 30.32%
R=37.10%
G=32.58%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82726700.120.180.682010.0729.22
Hex5248430C124414a1d
Octal12211010301422104241235
Binary1010010100100010000110110010010100010010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524843; }

 p { color: rgb(82,72,67); }

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

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

 a { background-color: rgb(82,72,67); }

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

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

 span { border-color: rgb(82,72,67); }

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