#472F3B

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

Shades of Barossa #472F3B

Tints of Barossa #472F3B

Color information

#472F3B (or 0x472F3B) is unknown color: approx Barossa. HEX triplet: 47, 2F and 3B. RGB value is (71,47,59). Sum of RGB (Red+Green+Blue) = 71+47+59=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F3B is #B8D0C4. Grayscale: #373737. Windows color (decimal): -12112069 or 3878727. OLE color: 3878727.

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

Color convert

RGB714759-
CMYK00.340.170.72
HSL330º20.34%23.14%-
HSV(B)330º33.8%27.84%-
XYZ4.43.694.62-
YUV55.54129.95139.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 59 (23.44% from 255) = 33.33%
R=40.11%
G=26.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71475900.340.170.7233020.3423.14
Hex472F3B022114814a1417
Octal1075773042211105122427
Binary100011110111111101101000101000110010001010010101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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