#473640

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

Shades of Barossa #473640

Tints of Barossa #473640

Color information

#473640 (or 0x473640) is unknown color: approx Barossa. HEX triplet: 47, 36 and 40. RGB value is (71,54,64). Sum of RGB (Red+Green+Blue) = 71+54+64=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473640 is #B8C9BF. Grayscale: #3C3C3C. Windows color (decimal): -12110272 or 4208199. OLE color: 4208199.

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

Color convert

RGB715464-
CMYK00.240.100.72
HSL324.71º13.6%24.51%-
HSV(B)324.71º23.94%27.84%-
XYZ4.844.355.43-
YUV60.22130.13135.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=37.57%
G=28.57%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71546400.240.100.72324.7113.624.51
Hex473640018A48145e19
Octal10766100030121105051631
Binary1000111110110100000001100010101001000101000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473640; }

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

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

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

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

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

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

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

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