Html Css Color HEX #504136 Paco

📋 copy color: '#504136'

red 80 ◦ green 65 ◦ blue 54

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

Shades of Paco #504136

Tints of Paco #504136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.14%

R = 40.2%
G = 32.66%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#504136 (or 0x504136) is known color: Paco. HEX triplet: 50, 41 and 36. RGB value is (80,65,54). Sum of RGB (Red+Green+Blue) = 80+65+54=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504136 is #AFBEC9. Grayscale: #444444. Windows color (decimal): -11517642 or 3555664. OLE color: 3555664.

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

Color convert

RGB 80 65 54 -
CMYK 0 0.19 0.33 0.69
HSL 25.38º 0.19% 0.26% -
HSV(B) 25.38º 0.33% 0.31% -
XYZ 5.86 5.75 4.29 -
YUV 68.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 80 65 54 0 0.19 0.33 0.69 25.38 0.19 0.26
Hex 50 41 36 0 13 21 45 19 13 1A
Octal 120 101 66 0 23 41 105 31 23 32
Binary 1010000 1000001 110110 0 10011 100001 1000101 11001 10011 11010

Color Harmonies of #504136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504136

Black with #504136

Text Example


Text Example

White with #504136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504136; }

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

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

background-color css

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

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

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

border-color css

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

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

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