#492B3E

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

Shades of Barossa #492B3E

Tints of Barossa #492B3E

Color information

#492B3E (or 0x492B3E) is unknown color: approx Barossa. HEX triplet: 49, 2B and 3E. RGB value is (73,43,62). Sum of RGB (Red+Green+Blue) = 73+43+62=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B3E is #B6D4C1. Grayscale: #363636. Windows color (decimal): -11982018 or 4074313. OLE color: 4074313.

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

Color convert

RGB734362-
CMYK00.410.150.71
HSL322º25.86%22.75%-
HSV(B)322º41.1%28.63%-
XYZ4.483.495-
YUV54.14132.44141.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=41.01%
G=24.16%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73436200.410.150.7132225.8622.75
Hex492B3E029F471421a17
Octal1115376051171075023227
Binary10010011010111111100101001111110001111010000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492B3E; }

 p { color: rgb(73,43,62); }

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

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

 a { background-color: rgb(73,43,62); }

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

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

 span { border-color: rgb(73,43,62); }

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