#46373E

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

Shades of Barossa #46373E

Tints of Barossa #46373E

Color information

#46373E (or 0x46373E) is unknown color: approx Barossa. HEX triplet: 46, 37 and 3E. RGB value is (70,55,62). Sum of RGB (Red+Green+Blue) = 70+55+62=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #46373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46373E is #B9C8C1. Grayscale: #3C3C3C. Windows color (decimal): -12175554 or 4077382. OLE color: 4077382.

HSL color Cylindrical-coordinate representation of color #46373E: hue angle of 332º 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 #46373E is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB705562-
CMYK00.210.110.73
HSL332º12%24.51%-
HSV(B)332º21.43%27.45%-
XYZ4.764.385.15-
YUV60.28128.97134.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=37.43%
G=29.41%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70556200.210.110.733321224.51
Hex46373E015B4914cc19
Octal1066776025131115141431
Binary100011011011111111001010110111001001101001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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