#504741

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

Shades of Cork #504741

Tints of Cork #504741

Color information

#504741 (or 0x504741) is unknown color: approx Cork. HEX triplet: 50, 47 and 41. RGB value is (80,71,65). Sum of RGB (Red+Green+Blue) = 80+71+65=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504741 is #AFB8BE. Grayscale: #494949. Windows color (decimal): -11516095 or 4278096. OLE color: 4278096.

HSL color Cylindrical-coordinate representation of color #504741: hue angle of 24º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504741 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB807165-
CMYK00.110.190.69
HSL24º10.34%28.43%-
HSV(B)24º18.75%31.37%-
XYZ6.526.595.93-
YUV73.01123.48132.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=37.04%
G=32.87%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80716500.110.190.692410.3428.43
Hex5047410B134518a1c
Octal12010710101323105301234
Binary1010000100011110000010101110011100010111000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504741; }

 p { color: rgb(80,71,65); }

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

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

 a { background-color: rgb(80,71,65); }

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

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

 span { border-color: rgb(80,71,65); }

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