Html Css Color HEX #494732 Camouflage

📋 copy color: '#494732'

red 73 ◦ green 71 ◦ blue 50

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

Shades of Camouflage #494732

Tints of Camouflage #494732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 37.63%
G = 36.6%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#494732 (or 0x494732) is known color: Camouflage. HEX triplet: 49, 47 and 32. RGB value is (73,71,50). Sum of RGB (Red+Green+Blue) = 73+71+50=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 73 - color contains mainly: red. Hex color #494732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494732 is #B6B8CD. Grayscale: #454545. Windows color (decimal): -11974862 or 3295049. OLE color: 3295049.

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

Color convert

RGB 73 71 50 -
CMYK 0 0.03 0.32 0.71
HSL 54.78º 0.19% 0.24% -
HSV(B) 54.78º 0.32% 0.29% -
XYZ 5.58 6.15 3.91 -
YUV 69.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 73 71 50 0 0.03 0.32 0.71 54.78 0.19 0.24
Hex 49 47 32 0 3 20 47 37 13 18
Octal 111 107 62 0 3 40 107 67 23 30
Binary 1001001 1000111 110010 0 11 100000 1000111 110111 10011 11000

Color Harmonies of #494732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494732

Black with #494732

Text Example


Text Example

White with #494732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494732; }

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

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

background-color css

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

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

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

border-color css

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

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

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