#472A39

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

Shades of Barossa #472A39

Tints of Barossa #472A39

Color information

#472A39 (or 0x472A39) is unknown color: approx Barossa. HEX triplet: 47, 2A and 39. RGB value is (71,42,57). Sum of RGB (Red+Green+Blue) = 71+42+57=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A39 is #B8D5C6. Grayscale: #343434. Windows color (decimal): -12113351 or 3746375. OLE color: 3746375.

HSL color Cylindrical-coordinate representation of color #472A39: hue angle of 328.97º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472A39 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB714257-
CMYK00.410.200.72
HSL328.97º25.66%22.16%-
HSV(B)328.97º40.85%27.84%-
XYZ4.173.294.29-
YUV52.38130.61141.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 57 (22.66% from 255) = 33.53%
R=41.76%
G=24.71%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71425700.410.200.72328.9725.6622.16
Hex472A3902914481491a16
Octal1075271051241105113226
Binary100011110101011100101010011010010010001010010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,42,57); }

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

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

 a { background-color: rgb(71,42,57); }

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

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

 span { border-color: rgb(71,42,57); }

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