Html Css Color HEX #494C32 Waiouru

📋 copy color: '#494C32'

red 73 ◦ green 76 ◦ blue 50

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

Shades of Waiouru #494C32

Tints of Waiouru #494C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.19%

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

R = 36.68%
G = 38.19%
B = 25.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#494C32 (or 0x494C32) is known color: Waiouru. HEX triplet: 49, 4C and 32. RGB value is (73,76,50). Sum of RGB (Red+Green+Blue) = 73+76+50=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #494C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C32 is #B6B3CD. Grayscale: #484848. Windows color (decimal): -11973582 or 3296329. OLE color: 3296329.

HSL color Cylindrical-coordinate representation of color #494C32: hue angle of 66.92º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494C32 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 76 50 -
CMYK 0.04 0 0.34 0.70
HSL 66.92º 0.21% 0.25% -
HSV(B) 66.92º 0.34% 0.3% -
XYZ 5.91 6.82 4.02 -
YUV 72.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 73 76 50 0.04 0 0.34 0.70 66.92 0.21 0.25
Hex 49 4C 32 4 0 22 46 43 15 19
Octal 111 114 62 4 0 42 106 103 25 31
Binary 1001001 1001100 110010 100 0 100010 1000110 1000011 10101 11001

Color Harmonies of #494C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C32

Black with #494C32

Text Example


Text Example

White with #494C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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