#472E3C

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

Shades of Barossa #472E3C

Tints of Barossa #472E3C

Color information

#472E3C (or 0x472E3C) is unknown color: approx Barossa. HEX triplet: 47, 2E and 3C. RGB value is (71,46,60). Sum of RGB (Red+Green+Blue) = 71+46+60=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E3C is #B8D1C3. Grayscale: #373737. Windows color (decimal): -12112324 or 3944007. OLE color: 3944007.

HSL color Cylindrical-coordinate representation of color #472E3C: hue angle of 326.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E3C is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB714660-
CMYK00.350.150.72
HSL326.4º21.37%22.94%-
HSV(B)326.4º35.21%27.84%-
XYZ4.393.624.74-
YUV55.07130.78139.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=40.11%
G=25.99%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71466000.350.150.72326.421.3722.94
Hex472E3C023F481461517
Octal1075674043171105062527
Binary10001111011101111000100011111110010001010001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472E3C; }

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

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

<style>
 a { background-color: #472E3C; }

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

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

<style>
 span { border-color: #472E3C; }

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

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