#48472E

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

Shades of Camouflage #48472E

Tints of Camouflage #48472E

Color information

#48472E (or 0x48472E) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 2E. RGB value is (72,71,46). Sum of RGB (Red+Green+Blue) = 72+71+46=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #48472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48472E is #B7B8D1. Grayscale: #444444. Windows color (decimal): -12040402 or 3032904. OLE color: 3032904.

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

Color convert

RGB727146-
CMYK00.010.360.72
HSL57.69º22.03%23.14%-
HSV(B)57.69º36.11%28.24%-
XYZ5.426.083.47-
YUV68.45115.33130.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=38.10%
G=37.57%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72714600.010.360.7257.6922.0323.14
Hex48472E0124483a1617
Octal110107560144110722627
Binary100100010001111011100110010010010001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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