Html Css Color HEX #50433D Paco

📋 copy color: '#50433D'

red 80 ◦ green 67 ◦ blue 61

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

Shades of Paco #50433D

Tints of Paco #50433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.21%

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

R = 38.46%
G = 32.21%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50433D (or 0x50433D) is known color: Paco. HEX triplet: 50, 43 and 3D. RGB value is (80,67,61). Sum of RGB (Red+Green+Blue) = 80+67+61=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #50433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50433D is #AFBCC2. Grayscale: #464646. Windows color (decimal): -11517123 or 4014928. OLE color: 4014928.

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

Color convert

RGB 80 67 61 -
CMYK 0 0.16 0.24 0.69
HSL 18.95º 0.13% 0.28% -
HSV(B) 18.95º 0.24% 0.31% -
XYZ 6.16 6.06 5.26 -
YUV 70.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 80 67 61 0 0.16 0.24 0.69 18.95 0.13 0.28
Hex 50 43 3D 0 10 18 45 13 D 1C
Octal 120 103 75 0 20 30 105 23 15 34
Binary 1010000 1000011 111101 0 10000 11000 1000101 10011 1101 11100

Color Harmonies of #50433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50433D

Black with #50433D

Text Example


Text Example

White with #50433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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