#47443C

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

Shades of Punga #47443C

Tints of Punga #47443C

Color information

#47443C (or 0x47443C) is unknown color: approx Punga. HEX triplet: 47, 44 and 3C. RGB value is (71,68,60). Sum of RGB (Red+Green+Blue) = 71+68+60=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #47443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47443C is #B8BBC3. Grayscale: #444444. Windows color (decimal): -12106692 or 3949639. OLE color: 3949639.

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

Color convert

RGB716860-
CMYK00.040.150.72
HSL43.64º8.4%25.69%-
HSV(B)43.64º15.49%27.84%-
XYZ5.485.85.11-
YUV67.98123.49130.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=35.68%
G=34.17%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71686000.040.150.7243.648.425.69
Hex47443C04F482c81a
Octal107104740417110541032
Binary10001111000100111100010011111001000101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,68,60); }

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

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

 a { background-color: rgb(71,68,60); }

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

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

 span { border-color: rgb(71,68,60); }

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