Html Css Color HEX #49492E Waiouru

📋 copy color: '#49492E'

red 73 ◦ green 73 ◦ blue 46

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

Shades of Waiouru #49492E

Tints of Waiouru #49492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.96%

R = 38.02%
G = 38.02%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#49492E (or 0x49492E) is known color: Waiouru. HEX triplet: 49, 49 and 2E. RGB value is (73,73,46). Sum of RGB (Red+Green+Blue) = 73+73+46=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49492E is #B6B6D1. Grayscale: #464646. Windows color (decimal): -11974354 or 3033417. OLE color: 3033417.

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

Color convert

RGB 73 73 46 -
CMYK 0 0 0.37 0.71
HSL 60º 0.23% 0.23% -
HSV(B) 60º 0.37% 0.29% -
XYZ 5.62 6.38 3.52 -
YUV 69.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 73 73 46 0 0 0.37 0.71 60 0.23 0.23
Hex 49 49 2E 0 0 25 47 3C 17 17
Octal 111 111 56 0 0 45 107 74 27 27
Binary 1001001 1001001 101110 0 0 100101 1000111 111100 10111 10111

Color Harmonies of #49492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49492E

Black with #49492E

Text Example


Text Example

White with #49492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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