#492937

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

Shades of Barossa #492937

Tints of Barossa #492937

Color information

#492937 (or 0x492937) is unknown color: approx Barossa. HEX triplet: 49, 29 and 37. RGB value is (73,41,55). Sum of RGB (Red+Green+Blue) = 73+41+55=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #492937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492937 is #B6D6C8. Grayscale: #343434. Windows color (decimal): -11982537 or 3615049. OLE color: 3615049.

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

Color convert

RGB734155-
CMYK00.440.250.71
HSL333.75º28.07%22.35%-
HSV(B)333.75º43.84%28.63%-
XYZ4.233.284.02-
YUV52.16129.6142.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=43.20%
G=24.26%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73415500.440.250.71333.7528.0722.35
Hex49293702C194714e1c16
Octal1115167054311075163426
Binary100100110100111011101011001100110001111010011101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492937; }

 p { color: rgb(73,41,55); }

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

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

 a { background-color: rgb(73,41,55); }

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

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

 span { border-color: rgb(73,41,55); }

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