Html Css Color HEX #50392D Paco

📋 copy color: '#50392D'

red 80 ◦ green 57 ◦ blue 45

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

Shades of Paco #50392D

Tints of Paco #50392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 43.96%
G = 31.32%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#50392D (or 0x50392D) is known color: Paco. HEX triplet: 50, 39 and 2D. RGB value is (80,57,45). Sum of RGB (Red+Green+Blue) = 80+57+45=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50392D is #AFC6D2. Grayscale: #3E3E3E. Windows color (decimal): -11519699 or 2963792. OLE color: 2963792.

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

Color convert

RGB 80 57 45 -
CMYK 0 0.29 0.44 0.69
HSL 20.57º 0.28% 0.25% -
HSV(B) 20.57º 0.44% 0.31% -
XYZ 5.25 4.82 3.14 -
YUV 62.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 80 57 45 0 0.29 0.44 0.69 20.57 0.28 0.25
Hex 50 39 2D 0 1D 2C 45 15 1C 19
Octal 120 71 55 0 35 54 105 25 34 31
Binary 1010000 111001 101101 0 11101 101100 1000101 10101 11100 11001

Color Harmonies of #50392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50392D

Black with #50392D

Text Example


Text Example

White with #50392D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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