#462938

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

Shades of Barossa #462938

Tints of Barossa #462938

Color information

#462938 (or 0x462938) is unknown color: approx Barossa. HEX triplet: 46, 29 and 38. RGB value is (70,41,56). Sum of RGB (Red+Green+Blue) = 70+41+56=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #462938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462938 is #B9D6C7. Grayscale: #333333. Windows color (decimal): -12179144 or 3680582. OLE color: 3680582.

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

Color convert

RGB704156-
CMYK00.410.200.73
HSL328.97º26.13%21.76%-
HSV(B)328.97º41.43%27.45%-
XYZ4.033.174.14-
YUV51.38130.61141.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=41.92%
G=24.55%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70415600.410.200.73328.9726.1321.76
Hex46293802914491491a16
Octal1065170051241115113226
Binary100011010100111100001010011010010010011010010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462938; }

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

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

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

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

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

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

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

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