Html Css Color HEX #494336 Punga

📋 copy color: '#494336'

red 73 ◦ green 67 ◦ blue 54

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

Shades of Punga #494336

Tints of Punga #494336

RGB

 RED value IS 73 (28.91% from 255) = 37.63%

 GREEN value IS 67 (26.56% from 255) = 34.54%

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 37.63%
G = 34.54%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#494336 (or 0x494336) is known color: Punga. HEX triplet: 49, 43 and 36. RGB value is (73,67,54). Sum of RGB (Red+Green+Blue) = 73+67+54=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 73 - color contains mainly: red. Hex color #494336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494336 is #B6BCC9. Grayscale: #434343. Windows color (decimal): -11975882 or 3556169. OLE color: 3556169.

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

Color convert

RGB 73 67 54 -
CMYK 0 0.08 0.26 0.71
HSL 41.05º 0.15% 0.25% -
HSV(B) 41.05º 0.26% 0.29% -
XYZ 5.42 5.7 4.3 -
YUV 67.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 73 67 54 0 0.08 0.26 0.71 41.05 0.15 0.25
Hex 49 43 36 0 8 1A 47 29 F 19
Octal 111 103 66 0 10 32 107 51 17 31
Binary 1001001 1000011 110110 0 1000 11010 1000111 101001 1111 11001

Color Harmonies of #494336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494336

Black with #494336

Text Example


Text Example

White with #494336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494336; }

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

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

background-color css

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

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

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

border-color css

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

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

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