#524841

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

Shades of Cork #524841

Tints of Cork #524841

Color information

#524841 (or 0x524841) is unknown color: approx Cork. HEX triplet: 52, 48 and 41. RGB value is (82,72,65). Sum of RGB (Red+Green+Blue) = 82+72+65=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 82 - color contains mainly: red. Hex color #524841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524841 is #ADB7BE. Grayscale: #4A4A4A. Windows color (decimal): -11384767 or 4278354. OLE color: 4278354.

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

Color convert

RGB827265-
CMYK00.120.210.68
HSL24.71º11.56%28.82%-
HSV(B)24.71º20.73%32.16%-
XYZ6.756.815.96-
YUV74.19122.81133.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=37.44%
G=32.88%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82726500.120.210.6824.7111.5628.82
Hex5248410C154419c1d
Octal12211010101425104311435
Binary1010010100100010000010110010101100010011001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524841; }

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

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

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

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

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

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

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

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