Html Css Color HEX #504842 Cork

📋 copy color: '#504842'

red 80 ◦ green 72 ◦ blue 66

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

Shades of Cork #504842

Tints of Cork #504842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

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

R = 36.7%
G = 33.03%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#504842 (or 0x504842) is known color: 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.18%. 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

RGB 80 72 66 -
CMYK 0 0.10 0.17 0.69
HSL 25.71º 0.1% 0.29% -
HSV(B) 25.71º 0.18% 0.31% -
XYZ 6.61 6.73 6.11 -
YUV 73.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 80 72 66 0 0.10 0.17 0.69 25.71 0.1 0.29
Hex 50 48 42 0 A 11 45 1A A 1D
Octal 120 110 102 0 12 21 105 32 12 35
Binary 1010000 1001000 1000010 0 1010 10001 1000101 11010 1010 11101

Color Harmonies of #504842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504842

Black with #504842

Text Example


Text Example

White with #504842

Text Example


Text Example

HTML Codes & Css Web 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>