#472A3A

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

Shades of Barossa #472A3A

Tints of Barossa #472A3A

Color information

#472A3A (or 0x472A3A) is unknown color: approx Barossa. HEX triplet: 47, 2A and 3A. RGB value is (71,42,58). Sum of RGB (Red+Green+Blue) = 71+42+58=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A3A is #B8D5C5. Grayscale: #343434. Windows color (decimal): -12113350 or 3811911. OLE color: 3811911.

HSL color Cylindrical-coordinate representation of color #472A3A: hue angle of 326.9º 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 #472A3A is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB714258-
CMYK00.410.180.72
HSL326.9º25.66%22.16%-
HSV(B)326.9º40.85%27.84%-
XYZ4.193.34.42-
YUV52.5131.11141.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=41.52%
G=24.56%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71425800.410.180.72326.925.6622.16
Hex472A3A02912481471a16
Octal1075272051221105073226
Binary100011110101011101001010011001010010001010001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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