#472637

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

Shades of Barossa #472637

Tints of Barossa #472637

Color information

#472637 (or 0x472637) is unknown color: approx Barossa. HEX triplet: 47, 26 and 37. RGB value is (71,38,55). Sum of RGB (Red+Green+Blue) = 71+38+55=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #472637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472637 is #B8D9C8. Grayscale: #313131. Windows color (decimal): -12114377 or 3614279. OLE color: 3614279.

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

Color convert

RGB713855-
CMYK00.460.230.72
HSL329.09º30.28%21.37%-
HSV(B)329.09º46.48%27.84%-
XYZ3.9833.98-
YUV49.8130.93143.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 55 (21.88% from 255) = 33.54%
R=43.29%
G=23.17%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71385500.460.230.72329.0930.2821.37
Hex47263702E17481491e15
Octal1074667056271105113625
Binary100011110011011011101011101011110010001010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472637; }

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

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

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

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

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

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

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

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