#46333D

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

Shades of Barossa #46333D

Tints of Barossa #46333D

Color information

#46333D (or 0x46333D) is unknown color: approx Barossa. HEX triplet: 46, 33 and 3D. RGB value is (70,51,61). Sum of RGB (Red+Green+Blue) = 70+51+61=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #46333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46333D is #B9CCC2. Grayscale: #393939. Windows color (decimal): -12176579 or 4010822. OLE color: 4010822.

HSL color Cylindrical-coordinate representation of color #46333D: hue angle of 328.42º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46333D is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB705161-
CMYK00.270.130.73
HSL328.42º15.7%23.73%-
HSV(B)328.42º27.14%27.45%-
XYZ4.554.014.95-
YUV57.82129.79136.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=38.46%
G=28.02%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70516100.270.130.73328.4215.723.73
Hex46333D01BD491481018
Octal1066375033151115102030
Binary1000110110011111101011011110110010011010010001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46333D; }

 p { color: rgb(70,51,61); }

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

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

 a { background-color: rgb(70,51,61); }

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

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

 span { border-color: rgb(70,51,61); }

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