Html Css Color HEX #494337 Punga

📋 copy color: '#494337'

red 73 ◦ green 67 ◦ blue 55

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

Shades of Punga #494337

Tints of Punga #494337

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 value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#494337 (or 0x494337) is known color: 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

RGB 73 67 55 -
CMYK 0 0.08 0.25 0.71
HSL 40º 0.14% 0.25% -
HSV(B) 40º 0.25% 0.29% -
XYZ 5.44 5.71 4.43 -
YUV 67.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 73 67 55 0 0.08 0.25 0.71 40 0.14 0.25
Hex 49 43 37 0 8 19 47 28 E 19
Octal 111 103 67 0 10 31 107 50 16 31
Binary 1001001 1000011 110111 0 1000 11001 1000111 101000 1110 11001

Color Harmonies of #494337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494337

Black with #494337

Text Example


Text Example

White with #494337

Text Example


Text Example

HTML Codes & Css Web 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>