#462337

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

Shades of Barossa #462337

Tints of Barossa #462337

Color information

#462337 (or 0x462337) is unknown color: approx Barossa. HEX triplet: 46, 23 and 37. RGB value is (70,35,55). Sum of RGB (Red+Green+Blue) = 70+35+55=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #462337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462337 is #B9DCC8. Grayscale: #2F2F2F. Windows color (decimal): -12180681 or 3613510. OLE color: 3613510.

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

Color convert

RGB703555-
CMYK00.50.210.73
HSL325.71º33.33%20.59%-
HSV(B)325.71º50%27.45%-
XYZ3.822.783.95-
YUV47.74132.1143.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 55 (21.88% from 255) = 34.38%
R=43.75%
G=21.88%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70355500.50.210.73325.7133.3320.59
Hex46233703215491462115
Octal1064367062251115064125
Binary1000110100011110111011001010101100100110100011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462337; }

 p { color: rgb(70,35,55); }

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

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

 a { background-color: rgb(70,35,55); }

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

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

 span { border-color: rgb(70,35,55); }

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