Html Css Color HEX #50392F Paco

📋 copy color: '#50392F'

red 80 ◦ green 57 ◦ blue 47

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

Shades of Paco #50392F

Tints of Paco #50392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.98%

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 43.48%
G = 30.98%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50392F (or 0x50392F) is known color: Paco. HEX triplet: 50, 39 and 2F. RGB value is (80,57,47). Sum of RGB (Red+Green+Blue) = 80+57+47=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #50392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50392F is #AFC6D0. Grayscale: #3E3E3E. Windows color (decimal): -11519697 or 3094864. OLE color: 3094864.

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

Color convert

RGB 80 57 47 -
CMYK 0 0.29 0.41 0.69
HSL 18.18º 0.26% 0.25% -
HSV(B) 18.18º 0.41% 0.31% -
XYZ 5.28 4.84 3.34 -
YUV 62.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 80 57 47 0 0.29 0.41 0.69 18.18 0.26 0.25
Hex 50 39 2F 0 1D 29 45 12 1A 19
Octal 120 71 57 0 35 51 105 22 32 31
Binary 1010000 111001 101111 0 11101 101001 1000101 10010 11010 11001

Color Harmonies of #50392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50392F

Black with #50392F

Text Example


Text Example

White with #50392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50392F; }

 p { color: rgb(80,57,47); }

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

background-color css

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

 a { background-color: rgb(80,57,47); }

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

border-color css

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

 span { border-color: rgb(80,57,47); }

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