#48462C

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

Shades of Camouflage #48462C

Tints of Camouflage #48462C

Color information

#48462C (or 0x48462C) is unknown color: approx Camouflage. HEX triplet: 48, 46 and 2C. RGB value is (72,70,44). Sum of RGB (Red+Green+Blue) = 72+70+44=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #48462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48462C is #B7B9D3. Grayscale: #434343. Windows color (decimal): -12040660 or 2901576. OLE color: 2901576.

HSL color Cylindrical-coordinate representation of color #48462C: hue angle of 55.71º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48462C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB727044-
CMYK00.030.390.72
HSL55.71º24.14%22.75%-
HSV(B)55.71º38.89%28.24%-
XYZ5.325.943.25-
YUV67.63114.66131.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=38.71%
G=37.63%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72704400.030.390.7255.7124.1422.75
Hex48462C032748381817
Octal110106540347110703027
Binary1001000100011010110001110011110010001110001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,70,44); }

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

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

 a { background-color: rgb(72,70,44); }

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

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

 span { border-color: rgb(72,70,44); }

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