Html Css Color HEX #50392E Paco

📋 copy color: '#50392E'

red 80 ◦ green 57 ◦ blue 46

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

Shades of Paco #50392E

Tints of Paco #50392E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 43.72%
G = 31.15%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50392E (or 0x50392E) is known color: Paco. HEX triplet: 50, 39 and 2E. RGB value is (80,57,46). Sum of RGB (Red+Green+Blue) = 80+57+46=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #50392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50392E is #AFC6D1. Grayscale: #3E3E3E. Windows color (decimal): -11519698 or 3029328. OLE color: 3029328.

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

Color convert

RGB 80 57 46 -
CMYK 0 0.29 0.42 0.69
HSL 19.41º 0.27% 0.25% -
HSV(B) 19.41º 0.43% 0.31% -
XYZ 5.26 4.83 3.24 -
YUV 62.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 80 57 46 0 0.29 0.42 0.69 19.41 0.27 0.25
Hex 50 39 2E 0 1D 2A 45 13 1B 19
Octal 120 71 56 0 35 52 105 23 33 31
Binary 1010000 111001 101110 0 11101 101010 1000101 10011 11011 11001

Color Harmonies of #50392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50392E

Black with #50392E

Text Example


Text Example

White with #50392E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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