#492637

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

Shades of Barossa #492637

Tints of Barossa #492637

Color information

#492637 (or 0x492637) is unknown color: approx Barossa. HEX triplet: 49, 26 and 37. RGB value is (73,38,55). Sum of RGB (Red+Green+Blue) = 73+38+55=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #492637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492637 is #B6D9C8. Grayscale: #323232. Windows color (decimal): -11983305 or 3614281. OLE color: 3614281.

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

Color convert

RGB733855-
CMYK00.480.250.71
HSL330.86º31.53%21.76%-
HSV(B)330.86º47.95%28.63%-
XYZ4.133.083.99-
YUV50.4130.6144.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=43.98%
G=22.89%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73385500.480.250.71330.8631.5321.76
Hex492637030194714b2016
Octal1114667060311075134026
Binary1001001100110110111011000011001100011110100101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492637; }

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

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

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

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

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

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

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

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