#463840

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

Shades of Barossa #463840

Tints of Barossa #463840

Color information

#463840 (or 0x463840) is unknown color: approx Barossa. HEX triplet: 46, 38 and 40. RGB value is (70,56,64). Sum of RGB (Red+Green+Blue) = 70+56+64=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463840 is #B9C7BF. Grayscale: #3D3D3D. Windows color (decimal): -12175296 or 4208710. OLE color: 4208710.

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

Color convert

RGB705664-
CMYK00.200.090.73
HSL325.71º11.11%24.71%-
HSV(B)325.71º20%27.45%-
XYZ4.874.55.46-
YUV61.1129.64134.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=36.84%
G=29.47%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70566400.200.090.73325.7111.1124.71
Hex463840014949146b19
Octal10670100024111115061331
Binary1000110111000100000001010010011001001101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463840; }

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

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

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

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

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

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

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

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