#473840

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

Shades of Barossa #473840

Tints of Barossa #473840

Color information

#473840 (or 0x473840) is unknown color: approx Barossa. HEX triplet: 47, 38 and 40. RGB value is (71,56,64). Sum of RGB (Red+Green+Blue) = 71+56+64=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #473840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473840 is #B8C7BF. Grayscale: #3D3D3D. Windows color (decimal): -12109760 or 4208711. OLE color: 4208711.

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

Color convert

RGB715664-
CMYK00.210.100.72
HSL328º11.81%24.9%-
HSV(B)328º21.13%27.84%-
XYZ4.944.545.47-
YUV61.4129.47134.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=37.17%
G=29.32%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71566400.210.100.7232811.8124.9
Hex473840015A48148c19
Octal10770100025121105101431
Binary1000111111000100000001010110101001000101001000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473840; }

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

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

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

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

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

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

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

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