Html Css Color HEX #50462A Punga

📋 copy color: '#50462A'

red 80 ◦ green 70 ◦ blue 42

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

Shades of Punga #50462A

Tints of Punga #50462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

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

R = 41.67%
G = 36.46%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50462A (or 0x50462A) is known color: Punga. HEX triplet: 50, 46 and 2A. RGB value is (80,70,42). Sum of RGB (Red+Green+Blue) = 80+70+42=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #50462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50462A is #AFB9D5. Grayscale: #454545. Windows color (decimal): -11516374 or 2770512. OLE color: 2770512.

HSL color Cylindrical-coordinate representation of color #50462A: hue angle of 44.21º 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 #50462A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 42 -
CMYK 0 0.12 0.48 0.69
HSL 44.21º 0.31% 0.24% -
HSV(B) 44.21º 0.48% 0.31% -
XYZ 5.92 6.25 3.09 -
YUV 69.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 80 70 42 0 0.12 0.48 0.69 44.21 0.31 0.24
Hex 50 46 2A 0 C 30 45 2C 1F 18
Octal 120 106 52 0 14 60 105 54 37 30
Binary 1010000 1000110 101010 0 1100 110000 1000101 101100 11111 11000

Color Harmonies of #50462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50462A

Black with #50462A

Text Example


Text Example

White with #50462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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