#473A3F

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

Shades of Barossa #473A3F

Tints of Barossa #473A3F

Color information

#473A3F (or 0x473A3F) is unknown color: approx Barossa. HEX triplet: 47, 3A and 3F. RGB value is (71,58,63). Sum of RGB (Red+Green+Blue) = 71+58+63=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #473A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A3F is #B8C5C0. Grayscale: #3E3E3E. Windows color (decimal): -12109249 or 4143687. OLE color: 4143687.

HSL color Cylindrical-coordinate representation of color #473A3F: hue angle of 336.92º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473A3F is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB715863-
CMYK00.180.110.72
HSL336.92º10.08%25.29%-
HSV(B)336.92º18.31%27.84%-
XYZ5.014.725.35-
YUV62.46128.31134.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 63 (25% from 255) = 32.81%
R=36.98%
G=30.21%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71586300.180.110.72336.9210.0825.29
Hex473A3F012B48151a19
Octal1077277022131105211231
Binary100011111101011111101001010111001000101010001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A3F; }

 p { color: rgb(71,58,63); }

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

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

 a { background-color: rgb(71,58,63); }

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

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

 span { border-color: rgb(71,58,63); }

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