#462A36

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

Shades of Barossa #462A36

Tints of Barossa #462A36

Color information

#462A36 (or 0x462A36) is unknown color: approx Barossa. HEX triplet: 46, 2A and 36. RGB value is (70,42,54). Sum of RGB (Red+Green+Blue) = 70+42+54=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #462A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A36 is #B9D5C9. Grayscale: #333333. Windows color (decimal): -12178890 or 3549766. OLE color: 3549766.

HSL color Cylindrical-coordinate representation of color #462A36: hue angle of 334.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #462A36 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB704254-
CMYK00.400.230.73
HSL334.29º25%21.96%-
HSV(B)334.29º40%27.45%-
XYZ4.023.223.9-
YUV51.74129.28141.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=42.17%
G=25.30%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70425400.400.230.73334.292521.96
Hex462A36028174914e1916
Octal1065266050271115163126
Binary100011010101011011001010001011110010011010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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