#484735

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

Shades of Camouflage #484735

Tints of Camouflage #484735

Color information

#484735 (or 0x484735) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 35. RGB value is (72,71,53). Sum of RGB (Red+Green+Blue) = 72+71+53=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #484735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484735 is #B7B8CA. Grayscale: #454545. Windows color (decimal): -12040395 or 3491656. OLE color: 3491656.

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

Color convert

RGB727153-
CMYK00.010.260.72
HSL56.84º15.2%24.51%-
HSV(B)56.84º26.39%28.24%-
XYZ5.576.144.26-
YUV69.25118.83129.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=36.73%
G=36.22%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72715300.010.260.7256.8415.224.51
Hex484735011A4839f19
Octal110107650132110711731
Binary1001000100011111010101110101001000111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484735; }

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

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

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

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

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

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

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

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