#46363C

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

Shades of Barossa #46363C

Tints of Barossa #46363C

Color information

#46363C (or 0x46363C) is unknown color: approx Barossa. HEX triplet: 46, 36 and 3C. RGB value is (70,54,60). Sum of RGB (Red+Green+Blue) = 70+54+60=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #46363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46363C is #B9C9C3. Grayscale: #3B3B3B. Windows color (decimal): -12175812 or 3946054. OLE color: 3946054.

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

Color convert

RGB705460-
CMYK00.230.140.73
HSL337.5º12.9%24.31%-
HSV(B)337.5º22.86%27.45%-
XYZ4.664.274.85-
YUV59.47128.3135.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=38.04%
G=29.35%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70546000.230.140.73337.512.924.31
Hex46363C017E49152d18
Octal1066674027161115221530
Binary100011011011011110001011111101001001101010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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