#462839

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

Shades of Barossa #462839

Tints of Barossa #462839

Color information

#462839 (or 0x462839) is unknown color: approx Barossa. HEX triplet: 46, 28 and 39. RGB value is (70,40,57). Sum of RGB (Red+Green+Blue) = 70+40+57=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #462839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462839 is #B9D7C6. Grayscale: #323232. Windows color (decimal): -12179399 or 3745862. OLE color: 3745862.

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

Color convert

RGB704057-
CMYK00.430.190.73
HSL326º27.27%21.57%-
HSV(B)326º42.86%27.45%-
XYZ4.023.124.26-
YUV50.91131.44141.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=41.92%
G=23.95%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70405700.430.190.7332627.2721.57
Hex46283902B13491461b16
Octal1065071053231115063326
Binary100011010100011100101010111001110010011010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462839; }

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

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

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

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

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

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

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

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