#473740

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

Shades of Barossa #473740

Tints of Barossa #473740

Color information

#473740 (or 0x473740) is unknown color: approx Barossa. HEX triplet: 47, 37 and 40. RGB value is (71,55,64). Sum of RGB (Red+Green+Blue) = 71+55+64=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473740 is #B8C8BF. Grayscale: #3C3C3C. Windows color (decimal): -12110016 or 4208455. OLE color: 4208455.

HSL color Cylindrical-coordinate representation of color #473740: hue angle of 326.25º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #473740 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB715564-
CMYK00.230.100.72
HSL326.25º12.7%24.71%-
HSV(B)326.25º22.54%27.84%-
XYZ4.894.445.45-
YUV60.81129.8135.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=37.37%
G=28.95%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71556400.230.100.72326.2512.724.71
Hex473740017A48146d19
Octal10767100027121105061531
Binary1000111110111100000001011110101001000101000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473740; }

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

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

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

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

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

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

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

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