Html Css Color HEX #494937 Waiouru

📋 copy color: '#494937'

red 73 ◦ green 73 ◦ blue 55

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

Shades of Waiouru #494937

Tints of Waiouru #494937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.36%

R = 36.32%
G = 36.32%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#494937 (or 0x494937) is known color: Waiouru. HEX triplet: 49, 49 and 37. RGB value is (73,73,55). Sum of RGB (Red+Green+Blue) = 73+73+55=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494937 is #B6B6C8. Grayscale: #474747. Windows color (decimal): -11974345 or 3623241. OLE color: 3623241.

HSL color Cylindrical-coordinate representation of color #494937: hue angle of 60º 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 #494937 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 73 55 -
CMYK 0 0 0.25 0.71
HSL 60º 0.14% 0.25% -
HSV(B) 60º 0.25% 0.29% -
XYZ 5.82 6.46 4.55 -
YUV 70.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 73 73 55 0 0 0.25 0.71 60 0.14 0.25
Hex 49 49 37 0 0 19 47 3C E 19
Octal 111 111 67 0 0 31 107 74 16 31
Binary 1001001 1001001 110111 0 0 11001 1000111 111100 1110 11001

Color Harmonies of #494937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494937

Black with #494937

Text Example


Text Example

White with #494937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494937; }

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

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

background-color css

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

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

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

border-color css

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

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

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