Html Css Color HEX #504843 Cork

📋 copy color: '#504843'

red 80 ◦ green 72 ◦ blue 67

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

Shades of Cork #504843

Tints of Cork #504843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.59%

R = 36.53%
G = 32.88%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#504843 (or 0x504843) is known color: Cork. HEX triplet: 50, 48 and 43. RGB value is (80,72,67). Sum of RGB (Red+Green+Blue) = 80+72+67=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #504843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504843 is #AFB7BC. Grayscale: #494949. Windows color (decimal): -11515837 or 4409424. OLE color: 4409424.

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

Color convert

RGB 80 72 67 -
CMYK 0 0.10 0.16 0.69
HSL 23.08º 0.09% 0.29% -
HSV(B) 23.08º 0.16% 0.31% -
XYZ 6.64 6.75 6.26 -
YUV 73.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 80 72 67 0 0.10 0.16 0.69 23.08 0.09 0.29
Hex 50 48 43 0 A 10 45 17 9 1D
Octal 120 110 103 0 12 20 105 27 11 35
Binary 1010000 1001000 1000011 0 1010 10000 1000101 10111 1001 11101

Color Harmonies of #504843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504843

Black with #504843

Text Example


Text Example

White with #504843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504843; }

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

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

background-color css

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

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

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

border-color css

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

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

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