#473239

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

Shades of Barossa #473239

Tints of Barossa #473239

Color information

#473239 (or 0x473239) is unknown color: approx Barossa. HEX triplet: 47, 32 and 39. RGB value is (71,50,57). Sum of RGB (Red+Green+Blue) = 71+50+57=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #473239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473239 is #B8CDC6. Grayscale: #393939. Windows color (decimal): -12111303 or 3748423. OLE color: 3748423.

HSL color Cylindrical-coordinate representation of color #473239: hue angle of 340º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473239 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB715057-
CMYK00.300.200.72
HSL340º17.36%23.73%-
HSV(B)340º29.58%27.84%-
XYZ4.483.924.39-
YUV57.08127.96137.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 57 (22.66% from 255) = 32.02%
R=39.89%
G=28.09%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71505700.300.200.7234017.3623.73
Hex47323901E14481541118
Octal1076271036241105242130
Binary10001111100101110010111101010010010001010101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473239; }

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

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

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

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

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

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

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

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