#493908

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

Shades of Madras #493908

Tints of Madras #493908

Color information

#493908 (or 0x493908) is unknown color: approx Madras. HEX triplet: 49, 39 and 08. RGB value is (73,57,8). Sum of RGB (Red+Green+Blue) = 73+57+8=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #493908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493908 is #B6C6F7. Grayscale: #383838. Windows color (decimal): -11978488 or 538953. OLE color: 538953.

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

Color convert

RGB73578-
CMYK00.220.890.71
HSL45.23º80.25%15.88%-
HSV(B)45.23º89.04%28.63%-
XYZ4.254.360.85-
YUV56.2100.8139.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=52.90%
G=41.30%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7357800.220.890.7145.2380.2515.88
Hex4939801659472d5010
Octal11171100261311075512020
Binary1001001111001100001011010110011000111101101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493908; }

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

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

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

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

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

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

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

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