#473C41

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

Shades of Barossa #473C41

Tints of Barossa #473C41

Color information

#473C41 (or 0x473C41) is unknown color: approx Barossa. HEX triplet: 47, 3C and 41. RGB value is (71,60,65). Sum of RGB (Red+Green+Blue) = 71+60+65=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 71 - color contains mainly: red. Hex color #473C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C41 is #B8C3BE. Grayscale: #3F3F3F. Windows color (decimal): -12108735 or 4275271. OLE color: 4275271.

HSL color Cylindrical-coordinate representation of color #473C41: hue angle of 332.73º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #473C41 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB716065-
CMYK00.150.080.72
HSL332.73º8.4%25.69%-
HSV(B)332.73º15.49%27.84%-
XYZ5.174.955.68-
YUV63.86128.64133.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=36.22%
G=30.61%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71606500.150.080.72332.738.425.69
Hex473C410F84814d81a
Octal10774101017101105151032
Binary100011111110010000010111110001001000101001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,60,65); }

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

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

 a { background-color: rgb(71,60,65); }

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

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

 span { border-color: rgb(71,60,65); }

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