#484729

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

Shades of Camouflage #484729

Tints of Camouflage #484729

Color information

#484729 (or 0x484729) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 29. RGB value is (72,71,41). Sum of RGB (Red+Green+Blue) = 72+71+41=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #484729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484729 is #B7B8D6. Grayscale: #444444. Windows color (decimal): -12040407 or 2705224. OLE color: 2705224.

HSL color Cylindrical-coordinate representation of color #484729: hue angle of 58.06º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484729 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB727141-
CMYK00.010.430.72
HSL58.06º27.43%22.16%-
HSV(B)58.06º43.06%28.24%-
XYZ5.336.042.98-
YUV67.88112.83130.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=39.13%
G=38.59%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72714100.010.430.7258.0627.4322.16
Hex484729012B483a1b16
Octal110107510153110723326
Binary100100010001111010010110101110010001110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484729; }

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

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

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

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

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

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

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

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