#463037

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

Shades of Barossa #463037

Tints of Barossa #463037

Color information

#463037 (or 0x463037) is unknown color: approx Barossa. HEX triplet: 46, 30 and 37. RGB value is (70,48,55). Sum of RGB (Red+Green+Blue) = 70+48+55=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463037 is #B9CFC8. Grayscale: #373737. Windows color (decimal): -12177353 or 3616838. OLE color: 3616838.

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

Color convert

RGB704855-
CMYK00.310.210.73
HSL340.91º18.64%23.14%-
HSV(B)340.91º31.43%27.45%-
XYZ4.273.694.1-
YUV55.38127.79138.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=40.46%
G=27.75%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70485500.310.210.73340.9118.6423.14
Hex46303701F15491551317
Octal1066067037251115252327
Binary10001101100001101110111111010110010011010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463037; }

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

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

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

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

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

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

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

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