Html Css Color HEX #50423B Paco

📋 copy color: '#50423B'

red 80 ◦ green 66 ◦ blue 59

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

Shades of Paco #50423B

Tints of Paco #50423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 39.02%
G = 32.2%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50423B (or 0x50423B) is known color: Paco. HEX triplet: 50, 42 and 3B. RGB value is (80,66,59). Sum of RGB (Red+Green+Blue) = 80+66+59=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #50423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50423B is #AFBDC4. Grayscale: #454545. Windows color (decimal): -11517381 or 3883600. OLE color: 3883600.

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

Color convert

RGB 80 66 59 -
CMYK 0 0.17 0.26 0.69
HSL 20º 0.15% 0.27% -
HSV(B) 20º 0.26% 0.31% -
XYZ 6.05 5.92 4.96 -
YUV 69.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 80 66 59 0 0.17 0.26 0.69 20 0.15 0.27
Hex 50 42 3B 0 11 1A 45 14 F 1B
Octal 120 102 73 0 21 32 105 24 17 33
Binary 1010000 1000010 111011 0 10001 11010 1000101 10100 1111 11011

Color Harmonies of #50423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50423B

Black with #50423B

Text Example


Text Example

White with #50423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50423B; }

 p { color: rgb(80,66,59); }

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

background-color css

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

 a { background-color: rgb(80,66,59); }

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

border-color css

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

 span { border-color: rgb(80,66,59); }

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