#493240

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

Shades of Barossa #493240

Tints of Barossa #493240

Color information

#493240 (or 0x493240) is unknown color: approx Barossa. HEX triplet: 49, 32 and 40. RGB value is (73,50,64). Sum of RGB (Red+Green+Blue) = 73+50+64=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #493240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493240 is #B6CDBF. Grayscale: #3A3A3A. Windows color (decimal): -11980224 or 4207177. OLE color: 4207177.

HSL color Cylindrical-coordinate representation of color #493240: hue angle of 323.48º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493240 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB735064-
CMYK00.320.120.71
HSL323.48º18.7%24.12%-
HSV(B)323.48º31.51%28.63%-
XYZ4.814.075.38-
YUV58.47131.12138.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=39.04%
G=26.74%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73506400.320.120.71323.4818.724.12
Hex493240020C471431318
Octal11162100040141075032330
Binary100100111001010000000100000110010001111010000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493240; }

 p { color: rgb(73,50,64); }

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

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

 a { background-color: rgb(73,50,64); }

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

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

 span { border-color: rgb(73,50,64); }

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