Html Css Color HEX #504741 Cork

📋 copy color: '#504741'

red 80 ◦ green 71 ◦ blue 65

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

Shades of Cork #504741

Tints of Cork #504741

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#504741 (or 0x504741) is known color: 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

RGB 80 71 65 -
CMYK 0 0.11 0.19 0.69
HSL 24º 0.1% 0.28% -
HSV(B) 24º 0.19% 0.31% -
XYZ 6.52 6.59 5.93 -
YUV 73.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 80 71 65 0 0.11 0.19 0.69 24 0.1 0.28
Hex 50 47 41 0 B 13 45 18 A 1C
Octal 120 107 101 0 13 23 105 30 12 34
Binary 1010000 1000111 1000001 0 1011 10011 1000101 11000 1010 11100

Color Harmonies of #504741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504741

Black with #504741

Text Example


Text Example

White with #504741

Text Example


Text Example

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