#47323C

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

Shades of Barossa #47323C

Tints of Barossa #47323C

Color information

#47323C (or 0x47323C) is unknown color: approx Barossa. HEX triplet: 47, 32 and 3C. RGB value is (71,50,60). Sum of RGB (Red+Green+Blue) = 71+50+60=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #47323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47323C is #B8CDC3. Grayscale: #393939. Windows color (decimal): -12111300 or 3945031. OLE color: 3945031.

HSL color Cylindrical-coordinate representation of color #47323C: hue angle of 331.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47323C is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB715060-
CMYK00.300.150.72
HSL331.43º17.36%23.73%-
HSV(B)331.43º29.58%27.84%-
XYZ4.553.954.8-
YUV57.42129.46137.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=39.23%
G=27.62%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71506000.300.150.72331.4317.3623.73
Hex47323C01EF4814b1118
Octal1076274036171105132130
Binary1000111110010111100011110111110010001010010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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