Html Css Color HEX #504732 Punga

📋 copy color: '#504732'

red 80 ◦ green 71 ◦ blue 50

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

Shades of Punga #504732

Tints of Punga #504732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 39.8%
G = 35.32%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#504732 (or 0x504732) is known color: Punga. HEX triplet: 50, 47 and 32. RGB value is (80,71,50). Sum of RGB (Red+Green+Blue) = 80+71+50=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #504732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504732 is #AFB8CD. Grayscale: #474747. Windows color (decimal): -11516110 or 3295056. OLE color: 3295056.

HSL color Cylindrical-coordinate representation of color #504732: hue angle of 42º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504732 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 50 -
CMYK 0 0.11 0.37 0.69
HSL 42º 0.23% 0.25% -
HSV(B) 42º 0.38% 0.31% -
XYZ 6.14 6.44 3.94 -
YUV 71.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 80 71 50 0 0.11 0.37 0.69 42 0.23 0.25
Hex 50 47 32 0 B 25 45 2A 17 19
Octal 120 107 62 0 13 45 105 52 27 31
Binary 1010000 1000111 110010 0 1011 100101 1000101 101010 10111 11001

Color Harmonies of #504732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504732

Black with #504732

Text Example


Text Example

White with #504732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504732; }

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

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

background-color css

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

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

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

border-color css

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

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

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