#492738

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

Shades of Barossa #492738

Tints of Barossa #492738

Color information

#492738 (or 0x492738) is unknown color: approx Barossa. HEX triplet: 49, 27 and 38. RGB value is (73,39,56). Sum of RGB (Red+Green+Blue) = 73+39+56=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #492738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492738 is #B6D8C7. Grayscale: #333333. Windows color (decimal): -11983048 or 3680073. OLE color: 3680073.

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

Color convert

RGB733956-
CMYK00.470.230.71
HSL330º30.36%21.96%-
HSV(B)330º46.58%28.63%-
XYZ4.193.154.13-
YUV51.1130.76143.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=43.45%
G=23.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73395600.470.230.7133030.3621.96
Hex49273802F174714a1e16
Octal1114770057271075123626
Binary100100110011111100001011111011110001111010010101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492738; }

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

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

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

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

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

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

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

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