Html Css Color HEX #494B32 Waiouru

📋 copy color: '#494B32'

red 73 ◦ green 75 ◦ blue 50

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

Shades of Waiouru #494B32

Tints of Waiouru #494B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.88%

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

R = 36.87%
G = 37.88%
B = 25.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#494B32 (or 0x494B32) is known color: Waiouru. HEX triplet: 49, 4B and 32. RGB value is (73,75,50). Sum of RGB (Red+Green+Blue) = 73+75+50=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 75 - color contains mainly: green. Hex color #494B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B32 is #B6B4CD. Grayscale: #474747. Windows color (decimal): -11973838 or 3296073. OLE color: 3296073.

HSL color Cylindrical-coordinate representation of color #494B32: hue angle of 64.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #494B32 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 75 50 -
CMYK 0.03 0 0.33 0.71
HSL 64.8º 0.2% 0.25% -
HSV(B) 64.8º 0.33% 0.29% -
XYZ 5.84 6.68 4 -
YUV 71.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 73 75 50 0.03 0 0.33 0.71 64.8 0.2 0.25
Hex 49 4B 32 3 0 21 47 41 14 19
Octal 111 113 62 3 0 41 107 101 24 31
Binary 1001001 1001011 110010 11 0 100001 1000111 1000001 10100 11001

Color Harmonies of #494B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B32

Black with #494B32

Text Example


Text Example

White with #494B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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