#462C3B

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

Shades of Barossa #462C3B

Tints of Barossa #462C3B

Color information

#462C3B (or 0x462C3B) is unknown color: approx Barossa. HEX triplet: 46, 2C and 3B. RGB value is (70,44,59). Sum of RGB (Red+Green+Blue) = 70+44+59=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #462C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C3B is #B9D3C4. Grayscale: #353535. Windows color (decimal): -12178373 or 3877958. OLE color: 3877958.

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

Color convert

RGB704459-
CMYK00.370.160.73
HSL325.38º22.81%22.35%-
HSV(B)325.38º37.14%27.45%-
XYZ4.223.424.58-
YUV53.48131.11139.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=40.46%
G=25.43%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70445900.370.160.73325.3822.8122.35
Hex462C3B02510491451716
Octal1065473045201115052726
Binary100011010110011101101001011000010010011010001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,44,59); }

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

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

 a { background-color: rgb(70,44,59); }

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

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

 span { border-color: rgb(70,44,59); }

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