#47462A

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

Shades of Camouflage #47462A

Tints of Camouflage #47462A

Color information

#47462A (or 0x47462A) is unknown color: approx Camouflage. HEX triplet: 47, 46 and 2A. RGB value is (71,70,42). Sum of RGB (Red+Green+Blue) = 71+70+42=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47462A is #B8B9D5. Grayscale: #434343. Windows color (decimal): -12106198 or 2770503. OLE color: 2770503.

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

Color convert

RGB717042-
CMYK00.010.410.72
HSL57.93º25.66%22.16%-
HSV(B)57.93º40.85%27.84%-
XYZ5.215.893.05-
YUV67.11113.83130.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=38.80%
G=38.25%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71704200.010.410.7257.9325.6622.16
Hex47462A0129483a1a16
Octal107106520151110723226
Binary100011110001101010100110100110010001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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