#48472B

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

Shades of Camouflage #48472B

Tints of Camouflage #48472B

Color information

#48472B (or 0x48472B) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 2B. RGB value is (72,71,43). Sum of RGB (Red+Green+Blue) = 72+71+43=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #48472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48472B is #B7B8D4. Grayscale: #444444. Windows color (decimal): -12040405 or 2836296. OLE color: 2836296.

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

Color convert

RGB727143-
CMYK00.010.400.72
HSL57.93º25.22%22.55%-
HSV(B)57.93º40.28%28.24%-
XYZ5.366.063.17-
YUV68.11113.83130.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=38.71%
G=38.17%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72714300.010.400.7257.9325.2222.55
Hex48472B0128483a1917
Octal110107530150110723127
Binary100100010001111010110110100010010001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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