#472C3A

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

Shades of Barossa #472C3A

Tints of Barossa #472C3A

Color information

#472C3A (or 0x472C3A) is unknown color: approx Barossa. HEX triplet: 47, 2C and 3A. RGB value is (71,44,58). Sum of RGB (Red+Green+Blue) = 71+44+58=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #472C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C3A is #B8D3C5. Grayscale: #353535. Windows color (decimal): -12112838 or 3812423. OLE color: 3812423.

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

Color convert

RGB714458-
CMYK00.380.180.72
HSL328.89º23.48%22.55%-
HSV(B)328.89º38.03%27.84%-
XYZ4.263.454.44-
YUV53.67130.45140.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=41.04%
G=25.43%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71445800.380.180.72328.8923.4822.55
Hex472C3A02612481491717
Octal1075472046221105112727
Binary100011110110011101001001101001010010001010010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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