#493608

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

Shades of Madras #493608

Tints of Madras #493608

Color information

#493608 (or 0x493608) is unknown color: approx Madras. HEX triplet: 49, 36 and 08. RGB value is (73,54,8). Sum of RGB (Red+Green+Blue) = 73+54+8=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #493608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493608 is #B6C9F7. Grayscale: #363636. Windows color (decimal): -11979256 or 538185. OLE color: 538185.

HSL color Cylindrical-coordinate representation of color #493608: hue angle of 42.46º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #493608 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB73548-
CMYK00.260.890.71
HSL42.46º80.25%15.88%-
HSV(B)42.46º89.04%28.63%-
XYZ4.114.070.8-
YUV54.44101.79141.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 54 (21.48% from 255) = 40%
BLUE value IS 8 (3.52% from 255) = 5.93%
R=54.07%
G=40%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7354800.260.890.7142.4680.2515.88
Hex4936801A59472a5010
Octal11166100321311075212020
Binary1001001110110100001101010110011000111101010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493608; }

 p { color: rgb(73,54,8); }

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

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

 a { background-color: rgb(73,54,8); }

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

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

 span { border-color: rgb(73,54,8); }

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