#47462C

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

Shades of Camouflage #47462C

Tints of Camouflage #47462C

Color information

#47462C (or 0x47462C) is unknown color: approx Camouflage. HEX triplet: 47, 46 and 2C. RGB value is (71,70,44). Sum of RGB (Red+Green+Blue) = 71+70+44=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #47462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47462C is #B8B9D3. Grayscale: #434343. Windows color (decimal): -12106196 or 2901575. OLE color: 2901575.

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

Color convert

RGB717044-
CMYK00.010.380.72
HSL57.78º23.48%22.55%-
HSV(B)57.78º38.03%27.84%-
XYZ5.245.93.25-
YUV67.33114.83130.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=38.38%
G=37.84%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71704400.010.380.7257.7823.4822.55
Hex47462C0126483a1717
Octal107106540146110722727
Binary100011110001101011000110011010010001110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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