Html Css Color HEX #504629 Punga

📋 copy color: '#504629'

red 80 ◦ green 70 ◦ blue 41

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

Shades of Punga #504629

Tints of Punga #504629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 41.88%
G = 36.65%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#504629 (or 0x504629) is known color: Punga. HEX triplet: 50, 46 and 29. RGB value is (80,70,41). Sum of RGB (Red+Green+Blue) = 80+70+41=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #504629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504629 is #AFB9D6. Grayscale: #454545. Windows color (decimal): -11516375 or 2704976. OLE color: 2704976.

HSL color Cylindrical-coordinate representation of color #504629: hue angle of 44.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #504629 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 41 -
CMYK 0 0.12 0.49 0.69
HSL 44.62º 0.32% 0.24% -
HSV(B) 44.62º 0.49% 0.31% -
XYZ 5.9 6.25 2.99 -
YUV 69.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 80 70 41 0 0.12 0.49 0.69 44.62 0.32 0.24
Hex 50 46 29 0 C 31 45 2D 20 18
Octal 120 106 51 0 14 61 105 55 40 30
Binary 1010000 1000110 101001 0 1100 110001 1000101 101101 100000 11000

Color Harmonies of #504629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504629

Black with #504629

Text Example


Text Example

White with #504629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504629; }

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

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

background-color css

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

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

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

border-color css

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

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

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