#463138

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

Shades of Barossa #463138

Tints of Barossa #463138

Color information

#463138 (or 0x463138) is unknown color: approx Barossa. HEX triplet: 46, 31 and 38. RGB value is (70,49,56). Sum of RGB (Red+Green+Blue) = 70+49+56=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463138 is #B9CEC7. Grayscale: #383838. Windows color (decimal): -12177096 or 3682630. OLE color: 3682630.

HSL color Cylindrical-coordinate representation of color #463138: hue angle of 340º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463138 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB704956-
CMYK00.300.200.73
HSL340º17.65%23.33%-
HSV(B)340º30%27.45%-
XYZ4.343.784.24-
YUV56.08127.96137.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 56 (22.27% from 255) = 32%
R=40%
G=28%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70495600.300.200.7334017.6523.33
Hex46313801E14491541217
Octal1066170036241115242227
Binary10001101100011110000111101010010010011010101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463138; }

 p { color: rgb(70,49,56); }

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

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

 a { background-color: rgb(70,49,56); }

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

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

 span { border-color: rgb(70,49,56); }

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