Html Css Color HEX #494735 Camouflage

📋 copy color: '#494735'

red 73 ◦ green 71 ◦ blue 53

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

Shades of Camouflage #494735

Tints of Camouflage #494735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.9%

R = 37.06%
G = 36.04%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#494735 (or 0x494735) is known color: Camouflage. HEX triplet: 49, 47 and 35. RGB value is (73,71,53). Sum of RGB (Red+Green+Blue) = 73+71+53=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 73 - color contains mainly: red. Hex color #494735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494735 is #B6B8CA. Grayscale: #454545. Windows color (decimal): -11974859 or 3491657. OLE color: 3491657.

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

Color convert

RGB 73 71 53 -
CMYK 0 0.03 0.27 0.71
HSL 54º 0.16% 0.25% -
HSV(B) 54º 0.27% 0.29% -
XYZ 5.64 6.18 4.26 -
YUV 69.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 73 71 53 0 0.03 0.27 0.71 54 0.16 0.25
Hex 49 47 35 0 3 1B 47 36 10 19
Octal 111 107 65 0 3 33 107 66 20 31
Binary 1001001 1000111 110101 0 11 11011 1000111 110110 10000 11001

Color Harmonies of #494735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494735

Black with #494735

Text Example


Text Example

White with #494735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494735; }

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

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

background-color css

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

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

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

border-color css

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

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

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