Html Css Color HEX #494731 Camouflage

📋 copy color: '#494731'

red 73 ◦ green 71 ◦ blue 49

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

Shades of Camouflage #494731

Tints of Camouflage #494731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

 BLUE value IS 49 (19.53% from 255) = 25.39%

R = 37.82%
G = 36.79%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#494731 (or 0x494731) is known color: Camouflage. HEX triplet: 49, 47 and 31. RGB value is (73,71,49). Sum of RGB (Red+Green+Blue) = 73+71+49=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #494731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494731 is #B6B8CE. Grayscale: #454545. Windows color (decimal): -11974863 or 3229513. OLE color: 3229513.

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

Color convert

RGB 73 71 49 -
CMYK 0 0.03 0.33 0.71
HSL 55º 0.2% 0.24% -
HSV(B) 55º 0.33% 0.29% -
XYZ 5.56 6.14 3.8 -
YUV 69.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 73 71 49 0 0.03 0.33 0.71 55 0.2 0.24
Hex 49 47 31 0 3 21 47 37 14 18
Octal 111 107 61 0 3 41 107 67 24 30
Binary 1001001 1000111 110001 0 11 100001 1000111 110111 10100 11000

Color Harmonies of #494731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494731

Black with #494731

Text Example


Text Example

White with #494731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494731; }

 p { color: rgb(73,71,49); }

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

background-color css

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

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

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

border-color css

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

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

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