#463139

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

Shades of Barossa #463139

Tints of Barossa #463139

Color information

#463139 (or 0x463139) is unknown color: approx Barossa. HEX triplet: 46, 31 and 39. RGB value is (70,49,57). Sum of RGB (Red+Green+Blue) = 70+49+57=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #463139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463139 is #B9CEC6. Grayscale: #383838. Windows color (decimal): -12177095 or 3748166. OLE color: 3748166.

HSL color Cylindrical-coordinate representation of color #463139: hue angle of 337.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463139 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB704957-
CMYK00.300.190.73
HSL337.14º17.65%23.33%-
HSV(B)337.14º30%27.45%-
XYZ4.363.794.37-
YUV56.19128.46137.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=39.77%
G=27.84%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70495700.300.190.73337.1417.6523.33
Hex46313901E13491511217
Octal1066171036231115212227
Binary10001101100011110010111101001110010011010100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463139; }

 p { color: rgb(70,49,57); }

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

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

 a { background-color: rgb(70,49,57); }

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

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

 span { border-color: rgb(70,49,57); }

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