#472F3C

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

Shades of Barossa #472F3C

Tints of Barossa #472F3C

Color information

#472F3C (or 0x472F3C) is unknown color: approx Barossa. HEX triplet: 47, 2F and 3C. RGB value is (71,47,60). Sum of RGB (Red+Green+Blue) = 71+47+60=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #472F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F3C is #B8D0C3. Grayscale: #373737. Windows color (decimal): -12112068 or 3944263. OLE color: 3944263.

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

Color convert

RGB714760-
CMYK00.340.150.72
HSL327.5º20.34%23.14%-
HSV(B)327.5º33.8%27.84%-
XYZ4.433.74.76-
YUV55.66130.45138.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 47 (18.75% from 255) = 26.40%
BLUE value IS 60 (23.83% from 255) = 33.71%
R=39.89%
G=26.40%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71476000.340.150.72327.520.3423.14
Hex472F3C022F481481417
Octal1075774042171105102427
Binary10001111011111111000100010111110010001010010001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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