#463940

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

Shades of Barossa #463940

Tints of Barossa #463940

Color information

#463940 (or 0x463940) is unknown color: approx Barossa. HEX triplet: 46, 39 and 40. RGB value is (70,57,64). Sum of RGB (Red+Green+Blue) = 70+57+64=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #463940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463940 is #B9C6BF. Grayscale: #3D3D3D. Windows color (decimal): -12175040 or 4208966. OLE color: 4208966.

HSL color Cylindrical-coordinate representation of color #463940: hue angle of 327.69º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #463940 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB705764-
CMYK00.190.090.73
HSL327.69º10.24%24.9%-
HSV(B)327.69º18.57%27.45%-
XYZ4.914.65.48-
YUV61.68129.31133.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=36.65%
G=29.84%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70576400.190.090.73327.6910.2424.9
Hex463940013949148a19
Octal10671100023111115101231
Binary1000110111001100000001001110011001001101001000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463940; }

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

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

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

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

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

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

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

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