#493707

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

Shades of Madras #493707

Tints of Madras #493707

Color information

#493707 (or 0x493707) is unknown color: approx Madras. HEX triplet: 49, 37 and 07. RGB value is (73,55,7). Sum of RGB (Red+Green+Blue) = 73+55+7=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #493707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493707 is #B6C8F8. Grayscale: #373737. Windows color (decimal): -11979001 or 472905. OLE color: 472905.

HSL color Cylindrical-coordinate representation of color #493707: hue angle of 43.64º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #493707 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB73557-
CMYK00.250.900.71
HSL43.64º82.5%15.69%-
HSV(B)43.64º90.41%28.63%-
XYZ4.154.160.79-
YUV54.91100.96140.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 7 (3.12% from 255) = 5.19%
R=54.07%
G=40.74%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7355700.250.900.7143.6482.515.69
Hex493770195A472c5210
Octal1116770311321075412220
Binary100100111011111101100110110101000111101100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493707; }

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

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

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

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

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

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

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

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