Html Css Color HEX #50442A Punga

📋 copy color: '#50442A'

red 80 ◦ green 68 ◦ blue 42

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

Shades of Punga #50442A

Tints of Punga #50442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.11%

R = 42.11%
G = 35.79%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50442A (or 0x50442A) is known color: Punga. HEX triplet: 50, 44 and 2A. RGB value is (80,68,42). Sum of RGB (Red+Green+Blue) = 80+68+42=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50442A is #AFBBD5. Grayscale: #444444. Windows color (decimal): -11516886 or 2770000. OLE color: 2770000.

HSL color Cylindrical-coordinate representation of color #50442A: hue angle of 41.05º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50442A is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 42 -
CMYK 0 0.15 0.48 0.69
HSL 41.05º 0.31% 0.24% -
HSV(B) 41.05º 0.48% 0.31% -
XYZ 5.79 6.01 3.04 -
YUV 68.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 80 68 42 0 0.15 0.48 0.69 41.05 0.31 0.24
Hex 50 44 2A 0 F 30 45 29 1F 18
Octal 120 104 52 0 17 60 105 51 37 30
Binary 1010000 1000100 101010 0 1111 110000 1000101 101001 11111 11000

Color Harmonies of #50442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50442A

Black with #50442A

Text Example


Text Example

White with #50442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50442A; }

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

 H1.HeaderClassName
 {
   color: #50442A;
 }
 .AnyTagClassName
 {
   color: #50442A;
 }
</style>

background-color css

<style>
 a { background-color: #50442A; }

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

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

border-color css

<style>
 span { border-color: #50442A; }

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

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