#524944

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

Shades of Cork #524944

Tints of Cork #524944

Color information

#524944 (or 0x524944) is unknown color: approx Cork. HEX triplet: 52, 49 and 44. RGB value is (82,73,68). Sum of RGB (Red+Green+Blue) = 82+73+68=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #524944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524944 is #ADB6BB. Grayscale: #4B4B4B. Windows color (decimal): -11384508 or 4475218. OLE color: 4475218.

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

Color convert

RGB827368-
CMYK00.110.170.68
HSL21.43º9.33%29.41%-
HSV(B)21.43º17.07%32.16%-
XYZ6.916.986.45-
YUV75.12123.98132.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=36.77%
G=32.74%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82736800.110.170.6821.439.3329.41
Hex5249440B11441591d
Octal12211110401321104251135
Binary1010010100100110001000101110001100010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524944; }

 p { color: rgb(82,73,68); }

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

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

 a { background-color: rgb(82,73,68); }

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

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

 span { border-color: rgb(82,73,68); }

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