Html Css Color HEX #50423D Paco

📋 copy color: '#50423D'

red 80 ◦ green 66 ◦ blue 61

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

Shades of Paco #50423D

Tints of Paco #50423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 38.65%
G = 31.88%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50423D (or 0x50423D) is known color: Paco. HEX triplet: 50, 42 and 3D. RGB value is (80,66,61). Sum of RGB (Red+Green+Blue) = 80+66+61=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #50423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50423D is #AFBDC2. Grayscale: #454545. Windows color (decimal): -11517379 or 4014672. OLE color: 4014672.

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

Color convert

RGB 80 66 61 -
CMYK 0 0.17 0.24 0.69
HSL 15.79º 0.13% 0.28% -
HSV(B) 15.79º 0.24% 0.31% -
XYZ 6.1 5.94 5.24 -
YUV 69.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 80 66 61 0 0.17 0.24 0.69 15.79 0.13 0.28
Hex 50 42 3D 0 11 18 45 10 D 1C
Octal 120 102 75 0 21 30 105 20 15 34
Binary 1010000 1000010 111101 0 10001 11000 1000101 10000 1101 11100

Color Harmonies of #50423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50423D

Black with #50423D

Text Example


Text Example

White with #50423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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