#48473C

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

Shades of Camouflage #48473C

Tints of Camouflage #48473C

Color information

#48473C (or 0x48473C) is unknown color: approx Camouflage. HEX triplet: 48, 47 and 3C. RGB value is (72,71,60). Sum of RGB (Red+Green+Blue) = 72+71+60=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #48473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48473C is #B7B8C3. Grayscale: #464646. Windows color (decimal): -12040388 or 3950408. OLE color: 3950408.

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

Color convert

RGB727160-
CMYK00.010.170.72
HSL55º9.09%25.88%-
HSV(B)55º16.67%28.24%-
XYZ5.746.215.17-
YUV70.04122.33129.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=35.47%
G=34.98%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72716000.010.170.72559.0925.88
Hex48473C0111483791a
Octal110107740121110671132
Binary1001000100011111110001100011001000110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48473C; }

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

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

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

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

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

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

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

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