#49383E

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

Shades of Barossa #49383E

Tints of Barossa #49383E

Color information

#49383E (or 0x49383E) is unknown color: approx Barossa. HEX triplet: 49, 38 and 3E. RGB value is (73,56,62). Sum of RGB (Red+Green+Blue) = 73+56+62=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #49383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49383E is #B6C7C1. Grayscale: #3D3D3D. Windows color (decimal): -11978690 or 4077641. OLE color: 4077641.

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

Color convert

RGB735662-
CMYK00.230.150.71
HSL338.82º13.18%25.29%-
HSV(B)338.82º23.29%28.63%-
XYZ5.034.595.18-
YUV61.77128.13136.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 62 (24.61% from 255) = 32.46%
R=38.22%
G=29.32%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73566200.230.150.71338.8213.1825.29
Hex49383E017F47153d19
Octal1117076027171075231531
Binary100100111100011111001011111111000111101010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49383E; }

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

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

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

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

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

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

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

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