Html Css Color HEX #494729 Camouflage

📋 copy color: '#494729'

red 73 ◦ green 71 ◦ blue 41

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

Shades of Camouflage #494729

Tints of Camouflage #494729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.16%

R = 39.46%
G = 38.38%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#494729 (or 0x494729) is known color: Camouflage. HEX triplet: 49, 47 and 29. RGB value is (73,71,41). Sum of RGB (Red+Green+Blue) = 73+71+41=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #494729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494729 is #B6B8D6. Grayscale: #444444. Windows color (decimal): -11974871 or 2705225. OLE color: 2705225.

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

Color convert

RGB 73 71 41 -
CMYK 0 0.03 0.44 0.71
HSL 56.25º 0.28% 0.22% -
HSV(B) 56.25º 0.44% 0.29% -
XYZ 5.4 6.08 2.99 -
YUV 68.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 73 71 41 0 0.03 0.44 0.71 56.25 0.28 0.22
Hex 49 47 29 0 3 2C 47 38 1C 16
Octal 111 107 51 0 3 54 107 70 34 26
Binary 1001001 1000111 101001 0 11 101100 1000111 111000 11100 10110

Color Harmonies of #494729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494729

Black with #494729

Text Example


Text Example

White with #494729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494729; }

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

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

background-color css

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

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

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

border-color css

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

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

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