#462536

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

Shades of Barossa #462536

Tints of Barossa #462536

Color information

#462536 (or 0x462536) is unknown color: approx Barossa. HEX triplet: 46, 25 and 36. RGB value is (70,37,54). Sum of RGB (Red+Green+Blue) = 70+37+54=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #462536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462536 is #B9DAC9. Grayscale: #303030. Windows color (decimal): -12180170 or 3548486. OLE color: 3548486.

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

Color convert

RGB703754-
CMYK00.470.230.73
HSL329.09º30.84%20.98%-
HSV(B)329.09º47.14%27.45%-
XYZ3.852.893.85-
YUV48.8130.93143.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=43.48%
G=22.98%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70375400.470.230.73329.0930.8420.98
Hex46253602F17491491f15
Octal1064566057271115113725
Binary100011010010111011001011111011110010011010010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462536; }

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

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

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

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

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

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

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

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