Html Css Color HEX #494829 Camouflage

📋 copy color: '#494829'

red 73 ◦ green 72 ◦ blue 41

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

Shades of Camouflage #494829

Tints of Camouflage #494829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.71%

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

R = 39.25%
G = 38.71%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#494829 (or 0x494829) is known color: Camouflage. HEX triplet: 49, 48 and 29. RGB value is (73,72,41). Sum of RGB (Red+Green+Blue) = 73+72+41=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 73 - color contains mainly: red. Hex color #494829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494829 is #B6B7D6. Grayscale: #444444. Windows color (decimal): -11974615 or 2705481. OLE color: 2705481.

HSL color Cylindrical-coordinate representation of color #494829: hue angle of 58.12º 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 #494829 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 41 -
CMYK 0 0.01 0.44 0.71
HSL 58.13º 0.28% 0.22% -
HSV(B) 58.13º 0.44% 0.29% -
XYZ 5.47 6.21 3.01 -
YUV 68.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 73 72 41 0 0.01 0.44 0.71 58.13 0.28 0.22
Hex 49 48 29 0 1 2C 47 3A 1C 16
Octal 111 110 51 0 1 54 107 72 34 26
Binary 1001001 1001000 101001 0 1 101100 1000111 111010 11100 10110

Color Harmonies of #494829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494829

Black with #494829

Text Example


Text Example

White with #494829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494829; }

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

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

background-color css

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

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

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

border-color css

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

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

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