#473039

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

Shades of Barossa #473039

Tints of Barossa #473039

Color information

#473039 (or 0x473039) is unknown color: approx Barossa. HEX triplet: 47, 30 and 39. RGB value is (71,48,57). Sum of RGB (Red+Green+Blue) = 71+48+57=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #473039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473039 is #B8CFC6. Grayscale: #373737. Windows color (decimal): -12111815 or 3747911. OLE color: 3747911.

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

Color convert

RGB714857-
CMYK00.320.200.72
HSL336.52º19.33%23.33%-
HSV(B)336.52º32.39%27.84%-
XYZ4.393.754.36-
YUV55.9128.62138.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=40.34%
G=27.27%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71485700.320.200.72336.5219.3323.33
Hex47303902014481511317
Octal1076071040241105212327
Binary100011111000011100101000001010010010001010100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473039; }

 p { color: rgb(71,48,57); }

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

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

 a { background-color: rgb(71,48,57); }

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

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

 span { border-color: rgb(71,48,57); }

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