#472537

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

Shades of Barossa #472537

Tints of Barossa #472537

Color information

#472537 (or 0x472537) is unknown color: approx Barossa. HEX triplet: 47, 25 and 37. RGB value is (71,37,55). Sum of RGB (Red+Green+Blue) = 71+37+55=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #472537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472537 is #B8DAC8. Grayscale: #313131. Windows color (decimal): -12114633 or 3614023. OLE color: 3614023.

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

Color convert

RGB713755-
CMYK00.480.230.72
HSL328.24º31.48%21.18%-
HSV(B)328.24º47.89%27.84%-
XYZ3.952.943.97-
YUV49.22131.26143.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.56%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 55 (21.88% from 255) = 33.74%
R=43.56%
G=22.70%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71375500.480.230.72328.2431.4821.18
Hex47253703017481481f15
Octal1074567060271105103725
Binary100011110010111011101100001011110010001010010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472537; }

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

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

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

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

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

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

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

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