#473B41

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

Shades of Barossa #473B41

Tints of Barossa #473B41

Color information

#473B41 (or 0x473B41) is unknown color: approx Barossa. HEX triplet: 47, 3B and 41. RGB value is (71,59,65). Sum of RGB (Red+Green+Blue) = 71+59+65=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #473B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B41 is #B8C4BE. Grayscale: #3F3F3F. Windows color (decimal): -12108991 or 4275015. OLE color: 4275015.

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

Color convert

RGB715965-
CMYK00.170.080.72
HSL330º9.23%25.49%-
HSV(B)330º16.9%27.84%-
XYZ5.124.855.67-
YUV63.27128.98133.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=36.41%
G=30.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71596500.170.080.723309.2325.49
Hex473B4101184814a919
Octal10773101021101105121131
Binary1000111111011100000101000110001001000101001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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