#46373C

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

Shades of Barossa #46373C

Tints of Barossa #46373C

Color information

#46373C (or 0x46373C) is unknown color: approx Barossa. HEX triplet: 46, 37 and 3C. RGB value is (70,55,60). Sum of RGB (Red+Green+Blue) = 70+55+60=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #46373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46373C is #B9C8C3. Grayscale: #3C3C3C. Windows color (decimal): -12175556 or 3946310. OLE color: 3946310.

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

Color convert

RGB705560-
CMYK00.210.140.73
HSL340º12%24.51%-
HSV(B)340º21.43%27.45%-
XYZ4.714.364.87-
YUV60.05127.97135.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=37.84%
G=29.73%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70556000.210.140.733401224.51
Hex46373C015E49154c19
Octal1066774025161115241431
Binary100011011011111110001010111101001001101010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46373C; }

 p { color: rgb(70,55,60); }

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

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

 a { background-color: rgb(70,55,60); }

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

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

 span { border-color: rgb(70,55,60); }

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