Html Css Color HEX #49492A Waiouru

📋 copy color: '#49492A'

red 73 ◦ green 73 ◦ blue 42

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

Shades of Waiouru #49492A

Tints of Waiouru #49492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 38.83%
G = 38.83%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#49492A (or 0x49492A) is known color: Waiouru. HEX triplet: 49, 49 and 2A. RGB value is (73,73,42). Sum of RGB (Red+Green+Blue) = 73+73+42=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49492A is #B6B6D5. Grayscale: #454545. Windows color (decimal): -11974358 or 2771273. OLE color: 2771273.

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

Color convert

RGB 73 73 42 -
CMYK 0 0 0.42 0.71
HSL 60º 0.27% 0.23% -
HSV(B) 60º 0.42% 0.29% -
XYZ 5.55 6.35 3.12 -
YUV 69.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 73 73 42 0 0 0.42 0.71 60 0.27 0.23
Hex 49 49 2A 0 0 2A 47 3C 1B 17
Octal 111 111 52 0 0 52 107 74 33 27
Binary 1001001 1001001 101010 0 0 101010 1000111 111100 11011 10111

Color Harmonies of #49492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49492A

Black with #49492A

Text Example


Text Example

White with #49492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49492A; }

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

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

background-color css

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

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

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

border-color css

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

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

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