Html Css Color HEX #504642 Paco

📋 copy color: '#504642'

red 80 ◦ green 70 ◦ blue 66

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

Shades of Paco #504642

Tints of Paco #504642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 37.04%
G = 32.41%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#504642 (or 0x504642) is known color: Paco. HEX triplet: 50, 46 and 42. RGB value is (80,70,66). Sum of RGB (Red+Green+Blue) = 80+70+66=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504642 is #AFB9BD. Grayscale: #484848. Windows color (decimal): -11516350 or 4343376. OLE color: 4343376.

HSL color Cylindrical-coordinate representation of color #504642: hue angle of 17.14º 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 #504642 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 66 -
CMYK 0 0.12 0.17 0.69
HSL 17.14º 0.1% 0.29% -
HSV(B) 17.14º 0.18% 0.31% -
XYZ 6.48 6.48 6.06 -
YUV 72.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 80 70 66 0 0.12 0.17 0.69 17.14 0.1 0.29
Hex 50 46 42 0 C 11 45 11 A 1D
Octal 120 106 102 0 14 21 105 21 12 35
Binary 1010000 1000110 1000010 0 1100 10001 1000101 10001 1010 11101

Color Harmonies of #504642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504642

Black with #504642

Text Example


Text Example

White with #504642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504642; }

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

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

background-color css

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

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

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

border-color css

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

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

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