#47403D

Color #47403D Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #47403D

Tints of Paco #47403D

Color information

#47403D (or 0x47403D) is unknown color: approx Paco. HEX triplet: 47, 40 and 3D. RGB value is (71,64,61). Sum of RGB (Red+Green+Blue) = 71+64+61=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 71 - color contains mainly: red. Hex color #47403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47403D is #B8BFC2. Grayscale: #414141. Windows color (decimal): -12107715 or 4014151. OLE color: 4014151.

HSL color Cylindrical-coordinate representation of color #47403D: hue angle of 18º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #47403D is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB716461-
CMYK00.100.140.72
HSL18º7.58%25.88%-
HSV(B)18º14.08%27.84%-
XYZ5.275.345.17-
YUV65.75125.32131.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=36.22%
G=32.65%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71646100.100.140.72187.5825.88
Hex47403D0AE481281a
Octal1071007501216110221032
Binary10001111000000111101010101110100100010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47403D; }

 p { color: rgb(71,64,61); }

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

<style>
 a { background-color: #47403D; }

 a { background-color: rgb(71,64,61); }

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

<style>
 span { border-color: #47403D; }

 span { border-color: rgb(71,64,61); }

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