#493540

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

Shades of Barossa #493540

Tints of Barossa #493540

Color information

#493540 (or 0x493540) is unknown color: approx Barossa. HEX triplet: 49, 35 and 40. RGB value is (73,53,64). Sum of RGB (Red+Green+Blue) = 73+53+64=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #493540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493540 is #B6CABF. Grayscale: #3C3C3C. Windows color (decimal): -11979456 or 4207945. OLE color: 4207945.

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

Color convert

RGB735364-
CMYK00.270.120.71
HSL327º15.87%24.71%-
HSV(B)327º27.4%28.63%-
XYZ4.954.335.43-
YUV60.23130.13137.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=38.42%
G=27.89%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73536400.270.120.7132715.8724.71
Hex49354001BC471471019
Octal11165100033141075072031
Binary10010011101011000000011011110010001111010001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493540; }

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

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

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

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

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

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

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

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