#46343A

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

Shades of Barossa #46343A

Tints of Barossa #46343A

Color information

#46343A (or 0x46343A) is unknown color: approx Barossa. HEX triplet: 46, 34 and 3A. RGB value is (70,52,58). Sum of RGB (Red+Green+Blue) = 70+52+58=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #46343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46343A is #B9CBC5. Grayscale: #3A3A3A. Windows color (decimal): -12176326 or 3814470. OLE color: 3814470.

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

Color convert

RGB705258-
CMYK00.260.170.73
HSL340º14.75%23.92%-
HSV(B)340º25.71%27.45%-
XYZ4.524.064.55-
YUV58.07127.96136.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=38.89%
G=28.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70525800.260.170.7334014.7523.92
Hex46343A01A1149154f18
Octal1066472032211115241730
Binary1000110110100111010011010100011001001101010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46343A; }

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

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

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

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

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

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

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

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