#47323E

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

Shades of Barossa #47323E

Tints of Barossa #47323E

Color information

#47323E (or 0x47323E) is unknown color: approx Barossa. HEX triplet: 47, 32 and 3E. RGB value is (71,50,62). Sum of RGB (Red+Green+Blue) = 71+50+62=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47323E is #B8CDC1. Grayscale: #393939. Windows color (decimal): -12111298 or 4076103. OLE color: 4076103.

HSL color Cylindrical-coordinate representation of color #47323E: hue angle of 325.71º 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 #47323E is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB715062-
CMYK00.300.130.72
HSL325.71º17.36%23.73%-
HSV(B)325.71º29.58%27.84%-
XYZ4.613.975.08-
YUV57.65130.46137.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=38.80%
G=27.32%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71506200.300.130.72325.7117.3623.73
Hex47323E01ED481461118
Octal1076276036151105062130
Binary1000111110010111110011110110110010001010001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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