#463A3E

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

Shades of Barossa #463A3E

Tints of Barossa #463A3E

Color information

#463A3E (or 0x463A3E) is unknown color: approx Barossa. HEX triplet: 46, 3A and 3E. RGB value is (70,58,62). Sum of RGB (Red+Green+Blue) = 70+58+62=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A3E is #B9C5C1. Grayscale: #3E3E3E. Windows color (decimal): -12174786 or 4078150. OLE color: 4078150.

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

Color convert

RGB705862-
CMYK00.170.110.73
HSL340º9.38%25.1%-
HSV(B)340º17.14%27.45%-
XYZ4.914.685.2-
YUV62.04127.98133.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=36.84%
G=30.53%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70586200.170.110.733409.3825.1
Hex463A3E011B49154919
Octal1067276021131115241131
Binary100011011101011111001000110111001001101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463A3E; }

 p { color: rgb(70,58,62); }

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

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

 a { background-color: rgb(70,58,62); }

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

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

 span { border-color: rgb(70,58,62); }

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