#494023

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

Shades of Madras #494023

Tints of Madras #494023

Color information

#494023 (or 0x494023) is unknown color: approx Madras. HEX triplet: 49, 40 and 23. RGB value is (73,64,35). Sum of RGB (Red+Green+Blue) = 73+64+35=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #494023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494023 is #B6BFDC. Grayscale: #3F3F3F. Windows color (decimal): -11976669 or 2310217. OLE color: 2310217.

HSL color Cylindrical-coordinate representation of color #494023: hue angle of 45.79º 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 #494023 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB736435-
CMYK00.120.520.71
HSL45.79º35.19%21.18%-
HSV(B)45.79º52.05%28.63%-
XYZ4.885.22.34-
YUV63.38111.98134.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=42.44%
G=37.21%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73643500.120.520.7145.7935.1921.18
Hex4940230C34472e2315
Octal1111004301464107564325
Binary1001001100000010001101100110100100011110111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494023; }

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

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

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

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

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

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

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

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