#492538

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

Shades of Barossa #492538

Tints of Barossa #492538

Color information

#492538 (or 0x492538) is unknown color: approx Barossa. HEX triplet: 49, 25 and 38. RGB value is (73,37,56). Sum of RGB (Red+Green+Blue) = 73+37+56=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #492538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492538 is #B6DAC7. Grayscale: #313131. Windows color (decimal): -11983560 or 3679561. OLE color: 3679561.

HSL color Cylindrical-coordinate representation of color #492538: hue angle of 328.33º 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 #492538 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB733756-
CMYK00.490.230.71
HSL328.33º32.73%21.57%-
HSV(B)328.33º49.32%28.63%-
XYZ4.123.034.11-
YUV49.93131.43144.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=43.98%
G=22.29%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73375600.490.230.71328.3332.7321.57
Hex49253803117471482116
Octal1114570061271075104126
Binary1001001100101111000011000110111100011110100100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492538; }

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

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

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

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

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

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

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

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