#472E37

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

Shades of Barossa #472E37

Tints of Barossa #472E37

Color information

#472E37 (or 0x472E37) is unknown color: approx Barossa. HEX triplet: 47, 2E and 37. RGB value is (71,46,55). Sum of RGB (Red+Green+Blue) = 71+46+55=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E37 is #B8D1C8. Grayscale: #363636. Windows color (decimal): -12112329 or 3616327. OLE color: 3616327.

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

Color convert

RGB714655-
CMYK00.350.230.72
HSL338.4º21.37%22.94%-
HSV(B)338.4º35.21%27.84%-
XYZ4.273.574.08-
YUV54.5128.28139.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 46 (18.36% from 255) = 26.74%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=41.28%
G=26.74%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71465500.350.230.72338.421.3722.94
Hex472E3702317481521517
Octal1075667043271105222527
Binary100011110111011011101000111011110010001010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,46,55); }

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

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

 a { background-color: rgb(71,46,55); }

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

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

 span { border-color: rgb(71,46,55); }

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