#494828

Color #494828 Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #494828

Tints of Camouflage #494828

Color information

#494828 (or 0x494828) is unknown color: approx Camouflage. HEX triplet: 49, 48 and 28. RGB value is (73,72,40). Sum of RGB (Red+Green+Blue) = 73+72+40=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #494828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494828 is #B6B7D7. Grayscale: #444444. Windows color (decimal): -11974616 or 2639945. OLE color: 2639945.

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

Color convert

RGB737240-
CMYK00.010.450.71
HSL58.18º29.2%22.16%-
HSV(B)58.18º45.21%28.63%-
XYZ5.456.22.92-
YUV68.65111.83131.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=39.46%
G=38.92%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73724000.010.450.7158.1829.222.16
Hex494828012D473a1d16
Octal111110500155107723526
Binary100100110010001010000110110110001111110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494828; }

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

 H1.HeaderClassName
 {
   color: #494828;
 }
 .AnyTagClassName
 {
   color: #494828;
 }
</style>
background-color css

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

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

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

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

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

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