#473D41

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

Shades of Barossa #473D41

Tints of Barossa #473D41

Color information

#473D41 (or 0x473D41) is unknown color: approx Barossa. HEX triplet: 47, 3D and 41. RGB value is (71,61,65). Sum of RGB (Red+Green+Blue) = 71+61+65=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 71 - color contains mainly: red. Hex color #473D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D41 is #B8C2BE. Grayscale: #404040. Windows color (decimal): -12108479 or 4275527. OLE color: 4275527.

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

Color convert

RGB716165-
CMYK00.140.080.72
HSL336º7.58%25.88%-
HSV(B)336º14.08%27.84%-
XYZ5.225.065.7-
YUV64.45128.31132.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 65 (25.78% from 255) = 32.99%
R=36.04%
G=30.96%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71616500.140.080.723367.5825.88
Hex473D410E84815081a
Octal10775101016101105201032
Binary100011111110110000010111010001001000101010000100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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