Html Css Color HEX #50472A Punga

📋 copy color: '#50472A'

red 80 ◦ green 71 ◦ blue 42

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

Shades of Punga #50472A

Tints of Punga #50472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

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

R = 41.45%
G = 36.79%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50472A (or 0x50472A) is known color: Punga. HEX triplet: 50, 47 and 2A. RGB value is (80,71,42). Sum of RGB (Red+Green+Blue) = 80+71+42=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50472A is #AFB8D5. Grayscale: #464646. Windows color (decimal): -11516118 or 2770768. OLE color: 2770768.

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

Color convert

RGB 80 71 42 -
CMYK 0 0.11 0.48 0.69
HSL 45.79º 0.31% 0.24% -
HSV(B) 45.79º 0.48% 0.31% -
XYZ 5.98 6.38 3.11 -
YUV 70.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 80 71 42 0 0.11 0.48 0.69 45.79 0.31 0.24
Hex 50 47 2A 0 B 30 45 2E 1F 18
Octal 120 107 52 0 13 60 105 56 37 30
Binary 1010000 1000111 101010 0 1011 110000 1000101 101110 11111 11000

Color Harmonies of #50472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50472A

Black with #50472A

Text Example


Text Example

White with #50472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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