#504844

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

Shades of Cork #504844

Tints of Cork #504844

Color information

#504844 (or 0x504844) is unknown color: approx Cork. HEX triplet: 50, 48 and 44. RGB value is (80,72,68). Sum of RGB (Red+Green+Blue) = 80+72+68=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #504844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504844 is #AFB7BB. Grayscale: #494949. Windows color (decimal): -11515836 or 4474960. OLE color: 4474960.

HSL color Cylindrical-coordinate representation of color #504844: hue angle of 20º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504844 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB807268-
CMYK00.100.150.69
HSL20º8.11%29.02%-
HSV(B)20º15%31.37%-
XYZ6.676.766.42-
YUV73.94124.65132.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=36.36%
G=32.73%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80726800.100.150.69208.1129.02
Hex5048440AF451481d
Octal12011010401217105241035
Binary101000010010001000100010101111100010110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504844; }

 p { color: rgb(80,72,68); }

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

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

 a { background-color: rgb(80,72,68); }

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

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

 span { border-color: rgb(80,72,68); }

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