#462B39

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

Shades of Barossa #462B39

Tints of Barossa #462B39

Color information

#462B39 (or 0x462B39) is unknown color: approx Barossa. HEX triplet: 46, 2B and 39. RGB value is (70,43,57). Sum of RGB (Red+Green+Blue) = 70+43+57=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #462B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B39 is #B9D4C6. Grayscale: #343434. Windows color (decimal): -12178631 or 3746630. OLE color: 3746630.

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

Color convert

RGB704357-
CMYK00.390.190.73
HSL328.89º23.89%22.16%-
HSV(B)328.89º38.57%27.45%-
XYZ4.133.334.3-
YUV52.67130.45140.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 43 (17.19% from 255) = 25.29%
BLUE value IS 57 (22.66% from 255) = 33.53%
R=41.18%
G=25.29%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70435700.390.190.73328.8923.8922.16
Hex462B3902713491491816
Octal1065371047231115113026
Binary100011010101111100101001111001110010011010010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462B39; }

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

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

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

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

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

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

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

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