Html Css Color HEX #504632 Punga

📋 copy color: '#504632'

red 80 ◦ green 70 ◦ blue 50

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

Shades of Punga #504632

Tints of Punga #504632

RGB

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

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

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

R = 40%
G = 35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#504632 (or 0x504632) is known color: Punga. HEX triplet: 50, 46 and 32. RGB value is (80,70,50). Sum of RGB (Red+Green+Blue) = 80+70+50=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #504632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504632 is #AFB9CD. Grayscale: #464646. Windows color (decimal): -11516366 or 3294800. OLE color: 3294800.

HSL color Cylindrical-coordinate representation of color #504632: hue angle of 40º 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 #504632 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 50 -
CMYK 0 0.12 0.37 0.69
HSL 40º 0.23% 0.25% -
HSV(B) 40º 0.38% 0.31% -
XYZ 6.07 6.32 3.92 -
YUV 70.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 80 70 50 0 0.12 0.37 0.69 40 0.23 0.25
Hex 50 46 32 0 C 25 45 28 17 19
Octal 120 106 62 0 14 45 105 50 27 31
Binary 1010000 1000110 110010 0 1100 100101 1000101 101000 10111 11001

Color Harmonies of #504632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504632

Black with #504632

Text Example


Text Example

White with #504632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504632; }

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

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

background-color css

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

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

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

border-color css

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

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

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