#48472A

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

Shades of Camouflage #48472A

Tints of Camouflage #48472A

Color information

#48472A (or 0x48472A) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 2A. RGB value is (72,71,42). Sum of RGB (Red+Green+Blue) = 72+71+42=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #48472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48472A is #B7B8D5. Grayscale: #444444. Windows color (decimal): -12040406 or 2770760. OLE color: 2770760.

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

Color convert

RGB727142-
CMYK00.010.420.72
HSL58º26.32%22.35%-
HSV(B)58º41.67%28.24%-
XYZ5.346.053.08-
YUV67.99113.33130.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=38.92%
G=38.38%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72714200.010.420.725826.3222.35
Hex48472A012A483a1a16
Octal110107520152110723226
Binary100100010001111010100110101010010001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48472A; }

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

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

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

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

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

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

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

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