#494337

Color #494337 Punga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Punga #494337

Tints of Punga #494337

Color information

#494337 (or 0x494337) is unknown color: approx Punga. HEX triplet: 49, 43 and 37. RGB value is (73,67,55). Sum of RGB (Red+Green+Blue) = 73+67+55=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #494337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494337 is #B6BCC8. Grayscale: #434343. Windows color (decimal): -11975881 or 3621705. OLE color: 3621705.

HSL color Cylindrical-coordinate representation of color #494337: hue angle of 40º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #494337 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB736755-
CMYK00.080.250.71
HSL40º14.06%25.1%-
HSV(B)40º24.66%28.63%-
XYZ5.445.714.43-
YUV67.43120.99131.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=37.44%
G=34.36%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73675500.080.250.714014.0625.1
Hex49433708194728e19
Octal1111036701031107501631
Binary1001001100001111011101000110011000111101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494337; }

 p { color: rgb(73,67,55); }

 H1.HeaderClassName
 {
   color: #494337;
 }
 .AnyTagClassName
 {
   color: #494337;
 }
</style>
background-color css

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

 a { background-color: rgb(73,67,55); }

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

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

 span { border-color: rgb(73,67,55); }

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