#473B3F

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

Shades of Barossa #473B3F

Tints of Barossa #473B3F

Color information

#473B3F (or 0x473B3F) is unknown color: approx Barossa. HEX triplet: 47, 3B and 3F. RGB value is (71,59,63). Sum of RGB (Red+Green+Blue) = 71+59+63=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #473B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B3F is #B8C4C0. Grayscale: #3F3F3F. Windows color (decimal): -12108993 or 4143943. OLE color: 4143943.

HSL color Cylindrical-coordinate representation of color #473B3F: hue angle of 340º 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 #473B3F is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB715963-
CMYK00.170.110.72
HSL340º9.23%25.49%-
HSV(B)340º16.9%27.84%-
XYZ5.064.835.37-
YUV63.04127.98133.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 59 (23.44% from 255) = 30.57%
BLUE value IS 63 (25% from 255) = 32.64%
R=36.79%
G=30.57%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71596300.170.110.723409.2325.49
Hex473B3F011B48154919
Octal1077377021131105241131
Binary100011111101111111101000110111001000101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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