#492537

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

Shades of Barossa #492537

Tints of Barossa #492537

Color information

#492537 (or 0x492537) is unknown color: approx Barossa. HEX triplet: 49, 25 and 37. RGB value is (73,37,55). Sum of RGB (Red+Green+Blue) = 73+37+55=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #492537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492537 is #B6DAC8. Grayscale: #313131. Windows color (decimal): -11983561 or 3614025. OLE color: 3614025.

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

Color convert

RGB733755-
CMYK00.490.250.71
HSL330º32.73%21.57%-
HSV(B)330º49.32%28.63%-
XYZ4.13.023.98-
YUV49.82130.93144.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 55 (21.88% from 255) = 33.33%
R=44.24%
G=22.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73375500.490.250.7133032.7321.57
Hex492537031194714a2116
Octal1114567061311075124126
Binary1001001100101110111011000111001100011110100101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492537; }

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

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

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

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

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

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

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

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