Html Css Color HEX #504742 Cork

📋 copy color: '#504742'

red 80 ◦ green 71 ◦ blue 66

#504742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cork #504742

Tints of Cork #504742

RGB

 RED value IS 80 (31.64% from 255) = 36.87%

 GREEN value IS 71 (28.13% from 255) = 32.72%

 BLUE value IS 66 (26.17% from 255) = 30.41%

R = 36.87%
G = 32.72%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#504742 (or 0x504742) is known color: Cork. HEX triplet: 50, 47 and 42. RGB value is (80,71,66). Sum of RGB (Red+Green+Blue) = 80+71+66=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504742 is #AFB8BD. Grayscale: #494949. Windows color (decimal): -11516094 or 4343632. OLE color: 4343632.

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

Color convert

RGB 80 71 66 -
CMYK 0 0.11 0.17 0.69
HSL 21.43º 0.1% 0.29% -
HSV(B) 21.43º 0.18% 0.31% -
XYZ 6.54 6.61 6.08 -
YUV 73.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 80 71 66 0 0.11 0.17 0.69 21.43 0.1 0.29
Hex 50 47 42 0 B 11 45 15 A 1D
Octal 120 107 102 0 13 21 105 25 12 35
Binary 1010000 1000111 1000010 0 1011 10001 1000101 10101 1010 11101

Color Harmonies of #504742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504742

Black with #504742

Text Example


Text Example

White with #504742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504742; }

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

 H1.HeaderClassName
 {
   color: #504742;
 }
 .AnyTagClassName
 {
   color: #504742;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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