#47463A

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

Shades of Camouflage #47463A

Tints of Camouflage #47463A

Color information

#47463A (or 0x47463A) is unknown color: approx Camouflage. HEX triplet: 47, 46 and 3A. RGB value is (71,70,58). Sum of RGB (Red+Green+Blue) = 71+70+58=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #47463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47463A is #B8B9C5. Grayscale: #444444. Windows color (decimal): -12106182 or 3819079. OLE color: 3819079.

HSL color Cylindrical-coordinate representation of color #47463A: hue angle of 55.38º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #47463A is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB717058-
CMYK00.010.180.72
HSL55.38º10.08%25.29%-
HSV(B)55.38º18.31%27.84%-
XYZ5.556.034.87-
YUV68.93121.83129.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=35.68%
G=35.18%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71705800.010.180.7255.3810.0825.29
Hex47463A01124837a19
Octal107106720122110671231
Binary1000111100011011101001100101001000110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47463A; }

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

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

<style>
 a { background-color: #47463A; }

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

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

<style>
 span { border-color: #47463A; }

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

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