#463038

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

Shades of Barossa #463038

Tints of Barossa #463038

Color information

#463038 (or 0x463038) is unknown color: approx Barossa. HEX triplet: 46, 30 and 38. RGB value is (70,48,56). Sum of RGB (Red+Green+Blue) = 70+48+56=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #463038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463038 is #B9CFC7. Grayscale: #373737. Windows color (decimal): -12177352 or 3682374. OLE color: 3682374.

HSL color Cylindrical-coordinate representation of color #463038: hue angle of 338.18º 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 #463038 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB704856-
CMYK00.310.200.73
HSL338.18º18.64%23.14%-
HSV(B)338.18º31.43%27.45%-
XYZ4.33.74.23-
YUV55.49128.29138.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=40.23%
G=27.59%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70485600.310.200.73338.1818.6423.14
Hex46303801F14491521317
Octal1066070037241115222327
Binary10001101100001110000111111010010010011010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463038; }

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

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

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

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

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

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

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

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