Html Css Color HEX #50443D Paco

📋 copy color: '#50443D'

red 80 ◦ green 68 ◦ blue 61

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

Shades of Paco #50443D

Tints of Paco #50443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

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

R = 38.28%
G = 32.54%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50443D (or 0x50443D) is known color: Paco. HEX triplet: 50, 44 and 3D. RGB value is (80,68,61). Sum of RGB (Red+Green+Blue) = 80+68+61=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #50443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50443D is #AFBBC2. Grayscale: #464646. Windows color (decimal): -11516867 or 4015184. OLE color: 4015184.

HSL color Cylindrical-coordinate representation of color #50443D: hue angle of 22.11º 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 #50443D is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 61 -
CMYK 0 0.15 0.24 0.69
HSL 22.11º 0.13% 0.28% -
HSV(B) 22.11º 0.24% 0.31% -
XYZ 6.22 6.18 5.28 -
YUV 70.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 80 68 61 0 0.15 0.24 0.69 22.11 0.13 0.28
Hex 50 44 3D 0 F 18 45 16 D 1C
Octal 120 104 75 0 17 30 105 26 15 34
Binary 1010000 1000100 111101 0 1111 11000 1000101 10110 1101 11100

Color Harmonies of #50443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50443D

Black with #50443D

Text Example


Text Example

White with #50443D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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