#473940

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

Shades of Barossa #473940

Tints of Barossa #473940

Color information

#473940 (or 0x473940) is unknown color: approx Barossa. HEX triplet: 47, 39 and 40. RGB value is (71,57,64). Sum of RGB (Red+Green+Blue) = 71+57+64=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #473940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473940 is #B8C6BF. Grayscale: #3D3D3D. Windows color (decimal): -12109504 or 4208967. OLE color: 4208967.

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

Color convert

RGB715764-
CMYK00.200.100.72
HSL330º10.94%25.1%-
HSV(B)330º19.72%27.84%-
XYZ4.994.645.48-
YUV61.98129.14134.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=36.98%
G=29.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71576400.200.100.7233010.9425.1
Hex473940014A4814ab19
Octal10771100024121105121331
Binary1000111111001100000001010010101001000101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473940; }

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

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

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

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

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

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

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

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