#484727

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

Shades of Camouflage #484727

Tints of Camouflage #484727

Color information

#484727 (or 0x484727) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 27. RGB value is (72,71,39). Sum of RGB (Red+Green+Blue) = 72+71+39=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #484727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484727 is #B7B8D8. Grayscale: #434343. Windows color (decimal): -12040409 or 2574152. OLE color: 2574152.

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

Color convert

RGB727139-
CMYK00.010.460.72
HSL58.18º29.73%21.76%-
HSV(B)58.18º45.83%28.24%-
XYZ5.296.032.8-
YUV67.65111.83131.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 39 (15.62% from 255) = 21.43%
R=39.56%
G=39.01%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72713900.010.460.7258.1829.7321.76
Hex484727012E483a1e16
Octal110107470156110723626
Binary100100010001111001110110111010010001110101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484727; }

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

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

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

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

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

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

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

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