#504842

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

Shades of Cork #504842

Tints of Cork #504842

Color information

#504842 (or 0x504842) is unknown color: approx Cork. HEX triplet: 50, 48 and 42. RGB value is (80,72,66). Sum of RGB (Red+Green+Blue) = 80+72+66=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504842 is #AFB7BD. Grayscale: #494949. Windows color (decimal): -11515838 or 4343888. OLE color: 4343888.

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

Color convert

RGB807266-
CMYK00.100.170.69
HSL25.71º9.59%28.63%-
HSV(B)25.71º17.5%31.37%-
XYZ6.616.736.11-
YUV73.71123.65132.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=36.70%
G=33.03%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80726600.100.170.6925.719.5928.63
Hex5048420A11451aa1d
Octal12011010201221105321235
Binary1010000100100010000100101010001100010111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504842; }

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

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

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

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

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

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

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

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