Html Css Color HEX #50493A Punga

📋 copy color: '#50493A'

red 80 ◦ green 73 ◦ blue 58

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

Shades of Punga #50493A

Tints of Punga #50493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 37.91%
G = 34.6%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#50493A (or 0x50493A) is known color: Punga. HEX triplet: 50, 49 and 3A. RGB value is (80,73,58). Sum of RGB (Red+Green+Blue) = 80+73+58=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #50493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50493A is #AFB6C5. Grayscale: #494949. Windows color (decimal): -11515590 or 3819856. OLE color: 3819856.

HSL color Cylindrical-coordinate representation of color #50493A: hue angle of 40.91º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50493A is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 58 -
CMYK 0 0.09 0.28 0.69
HSL 40.91º 0.16% 0.27% -
HSV(B) 40.91º 0.28% 0.31% -
XYZ 6.45 6.78 4.97 -
YUV 73.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 80 73 58 0 0.09 0.28 0.69 40.91 0.16 0.27
Hex 50 49 3A 0 9 1C 45 29 10 1B
Octal 120 111 72 0 11 34 105 51 20 33
Binary 1010000 1001001 111010 0 1001 11100 1000101 101001 10000 11011

Color Harmonies of #50493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50493A

Black with #50493A

Text Example


Text Example

White with #50493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,73,58); }

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

background-color css

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

 a { background-color: rgb(80,73,58); }

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

border-color css

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

 span { border-color: rgb(80,73,58); }

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