Html Css Color HEX #494B2C Waiouru

📋 copy color: '#494B2C'

red 73 ◦ green 75 ◦ blue 44

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

Shades of Waiouru #494B2C

Tints of Waiouru #494B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.92%

R = 38.02%
G = 39.06%
B = 22.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#494B2C (or 0x494B2C) is known color: Waiouru. HEX triplet: 49, 4B and 2C. RGB value is (73,75,44). Sum of RGB (Red+Green+Blue) = 73+75+44=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #494B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B2C is #B6B4D3. Grayscale: #464646. Windows color (decimal): -11973844 or 2902857. OLE color: 2902857.

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

Color convert

RGB 73 75 44 -
CMYK 0.03 0 0.41 0.71
HSL 63.87º 0.26% 0.23% -
HSV(B) 63.87º 0.41% 0.29% -
XYZ 5.72 6.63 3.36 -
YUV 70.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 73 75 44 0.03 0 0.41 0.71 63.87 0.26 0.23
Hex 49 4B 2C 3 0 29 47 40 1A 17
Octal 111 113 54 3 0 51 107 100 32 27
Binary 1001001 1001011 101100 11 0 101001 1000111 1000000 11010 10111

Color Harmonies of #494B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B2C

Black with #494B2C

Text Example


Text Example

White with #494B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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