Html Css Color HEX #504137 Paco

📋 copy color: '#504137'

red 80 ◦ green 65 ◦ blue 55

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

Shades of Paco #504137

Tints of Paco #504137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

 BLUE value IS 55 (21.88% from 255) = 27.5%

R = 40%
G = 32.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#504137 (or 0x504137) is known color: Paco. HEX triplet: 50, 41 and 37. RGB value is (80,65,55). Sum of RGB (Red+Green+Blue) = 80+65+55=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #504137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504137 is #AFBEC8. Grayscale: #444444. Windows color (decimal): -11517641 or 3621200. OLE color: 3621200.

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

Color convert

RGB 80 65 55 -
CMYK 0 0.19 0.31 0.69
HSL 24º 0.19% 0.26% -
HSV(B) 24º 0.31% 0.31% -
XYZ 5.89 5.76 4.42 -
YUV 68.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 80 65 55 0 0.19 0.31 0.69 24 0.19 0.26
Hex 50 41 37 0 13 1F 45 18 13 1A
Octal 120 101 67 0 23 37 105 30 23 32
Binary 1010000 1000001 110111 0 10011 11111 1000101 11000 10011 11010

Color Harmonies of #504137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504137

Black with #504137

Text Example


Text Example

White with #504137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504137; }

 p { color: rgb(80,65,55); }

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

background-color css

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

 a { background-color: rgb(80,65,55); }

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

border-color css

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

 span { border-color: rgb(80,65,55); }

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