#493D23

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

Shades of Madras #493D23

Tints of Madras #493D23

Color information

#493D23 (or 0x493D23) is unknown color: approx Madras. HEX triplet: 49, 3D and 23. RGB value is (73,61,35). Sum of RGB (Red+Green+Blue) = 73+61+35=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #493D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D23 is #B6C2DC. Grayscale: #3D3D3D. Windows color (decimal): -11977437 or 2309449. OLE color: 2309449.

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

Color convert

RGB736135-
CMYK00.160.520.71
HSL41.05º35.19%21.18%-
HSV(B)41.05º52.05%28.63%-
XYZ4.724.882.28-
YUV61.62112.98136.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 61 (24.22% from 255) = 36.09%
BLUE value IS 35 (14.06% from 255) = 20.71%
R=43.20%
G=36.09%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73613500.160.520.7141.0535.1921.18
Hex493D230103447292315
Octal111754302064107514325
Binary1001001111101100011010000110100100011110100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493D23; }

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

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

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

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

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

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

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

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