#462936

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

Shades of Barossa #462936

Tints of Barossa #462936

Color information

#462936 (or 0x462936) is unknown color: approx Barossa. HEX triplet: 46, 29 and 36. RGB value is (70,41,54). Sum of RGB (Red+Green+Blue) = 70+41+54=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #462936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462936 is #B9D6C9. Grayscale: #333333. Windows color (decimal): -12179146 or 3549510. OLE color: 3549510.

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

Color convert

RGB704154-
CMYK00.410.230.73
HSL333.1º26.13%21.76%-
HSV(B)333.1º41.43%27.45%-
XYZ3.983.153.89-
YUV51.15129.61141.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=42.42%
G=24.85%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70415400.410.230.73333.126.1321.76
Hex462936029174914d1a16
Octal1065166051271115153226
Binary100011010100111011001010011011110010011010011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462936; }

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

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

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

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

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

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

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

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