Html Css Color HEX #494728 Camouflage

📋 copy color: '#494728'

red 73 ◦ green 71 ◦ blue 40

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

Shades of Camouflage #494728

Tints of Camouflage #494728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.74%

R = 39.67%
G = 38.59%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#494728 (or 0x494728) is known color: Camouflage. HEX triplet: 49, 47 and 28. RGB value is (73,71,40). Sum of RGB (Red+Green+Blue) = 73+71+40=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #494728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494728 is #B6B8D7. Grayscale: #444444. Windows color (decimal): -11974872 or 2639689. OLE color: 2639689.

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

Color convert

RGB 73 71 40 -
CMYK 0 0.03 0.45 0.71
HSL 56.36º 0.29% 0.22% -
HSV(B) 56.36º 0.45% 0.29% -
XYZ 5.38 6.08 2.9 -
YUV 68.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 73 71 40 0 0.03 0.45 0.71 56.36 0.29 0.22
Hex 49 47 28 0 3 2D 47 38 1D 16
Octal 111 107 50 0 3 55 107 70 35 26
Binary 1001001 1000111 101000 0 11 101101 1000111 111000 11101 10110

Color Harmonies of #494728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494728

Black with #494728

Text Example


Text Example

White with #494728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494728; }

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

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

background-color css

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

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

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

border-color css

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

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

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