#49482D

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

Shades of Camouflage #49482D

Tints of Camouflage #49482D

Color information

#49482D (or 0x49482D) is unknown color: approx Camouflage. HEX triplet: 49, 48 and 2D. RGB value is (73,72,45). Sum of RGB (Red+Green+Blue) = 73+72+45=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #49482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49482D is #B6B7D2. Grayscale: #454545. Windows color (decimal): -11974611 or 2967625. OLE color: 2967625.

HSL color Cylindrical-coordinate representation of color #49482D: hue angle of 57.86º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49482D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB737245-
CMYK00.010.380.71
HSL57.86º23.73%23.14%-
HSV(B)57.86º38.36%28.63%-
XYZ5.546.243.4-
YUV69.22114.33130.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=38.42%
G=37.89%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73724500.010.380.7157.8623.7323.14
Hex49482D0126473a1817
Octal111110550146107723027
Binary100100110010001011010110011010001111110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49482D; }

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

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

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

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

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

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

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

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