#47343E

Color #47343E Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #47343E

Tints of Barossa #47343E

Color information

#47343E (or 0x47343E) is unknown color: approx Barossa. HEX triplet: 47, 34 and 3E. RGB value is (71,52,62). Sum of RGB (Red+Green+Blue) = 71+52+62=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #47343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47343E is #B8CBC1. Grayscale: #3A3A3A. Windows color (decimal): -12110786 or 4076615. OLE color: 4076615.

HSL color Cylindrical-coordinate representation of color #47343E: hue angle of 328.42º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47343E is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB715262-
CMYK00.270.130.72
HSL328.42º15.45%24.12%-
HSV(B)328.42º26.76%27.84%-
XYZ4.74.145.11-
YUV58.82129.79136.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=38.38%
G=28.11%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71526200.270.130.72328.4215.4524.12
Hex47343E01BD48148f18
Octal1076476033151105101730
Binary100011111010011111001101111011001000101001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47343E; }

 p { color: rgb(71,52,62); }

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

<style>
 a { background-color: #47343E; }

 a { background-color: rgb(71,52,62); }

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

<style>
 span { border-color: #47343E; }

 span { border-color: rgb(71,52,62); }

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