Html Css Color HEX #494932 Waiouru

📋 copy color: '#494932'

red 73 ◦ green 73 ◦ blue 50

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

Shades of Waiouru #494932

Tints of Waiouru #494932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.51%

R = 37.24%
G = 37.24%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#494932 (or 0x494932) is known color: Waiouru. HEX triplet: 49, 49 and 32. RGB value is (73,73,50). Sum of RGB (Red+Green+Blue) = 73+73+50=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494932 is #B6B6CD. Grayscale: #464646. Windows color (decimal): -11974350 or 3295561. OLE color: 3295561.

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

Color convert

RGB 73 73 50 -
CMYK 0 0 0.32 0.71
HSL 60º 0.19% 0.24% -
HSV(B) 60º 0.32% 0.29% -
XYZ 5.71 6.41 3.95 -
YUV 70.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 73 73 50 0 0 0.32 0.71 60 0.19 0.24
Hex 49 49 32 0 0 20 47 3C 13 18
Octal 111 111 62 0 0 40 107 74 23 30
Binary 1001001 1001001 110010 0 0 100000 1000111 111100 10011 11000

Color Harmonies of #494932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494932

Black with #494932

Text Example


Text Example

White with #494932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494932; }

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

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

background-color css

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

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

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

border-color css

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

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

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