#462636

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

Shades of Barossa #462636

Tints of Barossa #462636

Color information

#462636 (or 0x462636) is unknown color: approx Barossa. HEX triplet: 46, 26 and 36. RGB value is (70,38,54). Sum of RGB (Red+Green+Blue) = 70+38+54=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #462636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462636 is #B9D9C9. Grayscale: #313131. Windows color (decimal): -12179914 or 3548742. OLE color: 3548742.

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

Color convert

RGB703854-
CMYK00.460.230.73
HSL330º29.63%21.18%-
HSV(B)330º45.71%27.45%-
XYZ3.882.953.86-
YUV49.39130.6142.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 54 (21.48% from 255) = 33.33%
R=43.21%
G=23.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70385400.460.230.7333029.6321.18
Hex46263602E174914a1e15
Octal1064666056271115123625
Binary100011010011011011001011101011110010011010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462636; }

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

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

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

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

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

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

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

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