Html Css Color HEX #50482F Punga

📋 copy color: '#50482F'

red 80 ◦ green 72 ◦ blue 47

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

Shades of Punga #50482F

Tints of Punga #50482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 40.2%
G = 36.18%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50482F (or 0x50482F) is known color: Punga. HEX triplet: 50, 48 and 2F. RGB value is (80,72,47). Sum of RGB (Red+Green+Blue) = 80+72+47=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #50482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50482F is #AFB7D0. Grayscale: #474747. Windows color (decimal): -11515857 or 3098704. OLE color: 3098704.

HSL color Cylindrical-coordinate representation of color #50482F: hue angle of 45.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50482F is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 47 -
CMYK 0 0.10 0.41 0.69
HSL 45.45º 0.26% 0.25% -
HSV(B) 45.45º 0.41% 0.31% -
XYZ 6.14 6.55 3.63 -
YUV 71.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 80 72 47 0 0.10 0.41 0.69 45.45 0.26 0.25
Hex 50 48 2F 0 A 29 45 2D 1A 19
Octal 120 110 57 0 12 51 105 55 32 31
Binary 1010000 1001000 101111 0 1010 101001 1000101 101101 11010 11001

Color Harmonies of #50482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50482F

Black with #50482F

Text Example


Text Example

White with #50482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50482F; }

 p { color: rgb(80,72,47); }

 H1.HeaderClassName
 {
   color: #50482F;
 }
 .AnyTagClassName
 {
   color: #50482F;
 }
</style>

background-color css

<style>
 a { background-color: #50482F; }

 a { background-color: rgb(80,72,47); }

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

border-color css

<style>
 span { border-color: #50482F; }

 span { border-color: rgb(80,72,47); }

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