#47462E

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

Shades of Camouflage #47462E

Tints of Camouflage #47462E

Color information

#47462E (or 0x47462E) is unknown color: approx Camouflage. HEX triplet: 47, 46 and 2E. RGB value is (71,70,46). Sum of RGB (Red+Green+Blue) = 71+70+46=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #47462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47462E is #B8B9D1. Grayscale: #434343. Windows color (decimal): -12106194 or 3032647. OLE color: 3032647.

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

Color convert

RGB717046-
CMYK00.010.350.72
HSL57.6º21.37%22.94%-
HSV(B)57.6º35.21%27.84%-
XYZ5.285.923.45-
YUV67.56115.83130.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=37.97%
G=37.43%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71704600.010.350.7257.621.3722.94
Hex47462E0123483a1517
Octal107106560143110722527
Binary100011110001101011100110001110010001110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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