#493641

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

Shades of Barossa #493641

Tints of Barossa #493641

Color information

#493641 (or 0x493641) is unknown color: approx Barossa. HEX triplet: 49, 36 and 41. RGB value is (73,54,65). Sum of RGB (Red+Green+Blue) = 73+54+65=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #493641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493641 is #B6C9BE. Grayscale: #3C3C3C. Windows color (decimal): -11979199 or 4273737. OLE color: 4273737.

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

Color convert

RGB735465-
CMYK00.260.110.71
HSL325.26º14.96%24.9%-
HSV(B)325.26º26.03%28.63%-
XYZ5.024.445.59-
YUV60.93130.29136.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=38.02%
G=28.12%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73546500.260.110.71325.2614.9624.9
Hex49364101AB47145f19
Octal11166101032131075051731
Binary1001001110110100000101101010111000111101000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493641; }

 p { color: rgb(73,54,65); }

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

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

 a { background-color: rgb(73,54,65); }

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

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

 span { border-color: rgb(73,54,65); }

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