Html Css Color HEX #504938 Punga

📋 copy color: '#504938'

red 80 ◦ green 73 ◦ blue 56

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

Shades of Punga #504938

Tints of Punga #504938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 38.28%
G = 34.93%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#504938 (or 0x504938) is known color: Punga. HEX triplet: 50, 49 and 38. RGB value is (80,73,56). Sum of RGB (Red+Green+Blue) = 80+73+56=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #504938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504938 is #AFB6C7. Grayscale: #494949. Windows color (decimal): -11515592 or 3688784. OLE color: 3688784.

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

Color convert

RGB 80 73 56 -
CMYK 0 0.09 0.30 0.69
HSL 42.5º 0.18% 0.27% -
HSV(B) 42.5º 0.3% 0.31% -
XYZ 6.4 6.76 4.71 -
YUV 73.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 80 73 56 0 0.09 0.30 0.69 42.5 0.18 0.27
Hex 50 49 38 0 9 1E 45 2A 12 1B
Octal 120 111 70 0 11 36 105 52 22 33
Binary 1010000 1001001 111000 0 1001 11110 1000101 101010 10010 11011

Color Harmonies of #504938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504938

Black with #504938

Text Example


Text Example

White with #504938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504938; }

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

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

background-color css

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

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

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

border-color css

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

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

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