#494223

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

Shades of Madras #494223

Tints of Madras #494223

Color information

#494223 (or 0x494223) is unknown color: approx Madras. HEX triplet: 49, 42 and 23. RGB value is (73,66,35). Sum of RGB (Red+Green+Blue) = 73+66+35=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #494223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494223 is #B6BDDC. Grayscale: #404040. Windows color (decimal): -11976157 or 2310729. OLE color: 2310729.

HSL color Cylindrical-coordinate representation of color #494223: hue angle of 48.95º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #494223 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB736635-
CMYK00.100.520.71
HSL48.95º35.19%21.18%-
HSV(B)48.95º52.05%28.63%-
XYZ55.432.38-
YUV64.56111.32134.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 35 (14.06% from 255) = 20.11%
R=41.95%
G=37.93%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73663500.100.520.7148.9535.1921.18
Hex4942230A3447312315
Octal1111024301264107614325
Binary1001001100001010001101010110100100011111000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494223; }

 p { color: rgb(73,66,35); }

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

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

 a { background-color: rgb(73,66,35); }

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

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

 span { border-color: rgb(73,66,35); }

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