#473A40

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

Shades of Barossa #473A40

Tints of Barossa #473A40

Color information

#473A40 (or 0x473A40) is unknown color: approx Barossa. HEX triplet: 47, 3A and 40. RGB value is (71,58,64). Sum of RGB (Red+Green+Blue) = 71+58+64=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #473A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A40 is #B8C5BF. Grayscale: #3E3E3E. Windows color (decimal): -12109248 or 4209223. OLE color: 4209223.

HSL color Cylindrical-coordinate representation of color #473A40: hue angle of 332.31º 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 #473A40 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB715864-
CMYK00.180.100.72
HSL332.31º10.08%25.29%-
HSV(B)332.31º18.31%27.84%-
XYZ5.044.745.5-
YUV62.57128.81134.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=36.79%
G=30.05%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71586400.180.100.72332.3110.0825.29
Hex473A40012A4814ca19
Octal10772100022121105141231
Binary1000111111010100000001001010101001000101001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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