#493F08

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

Shades of Madras #493F08

Tints of Madras #493F08

Color information

#493F08 (or 0x493F08) is unknown color: approx Madras. HEX triplet: 49, 3F and 08. RGB value is (73,63,8). Sum of RGB (Red+Green+Blue) = 73+63+8=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #493F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493F08 is #B6C0F7. Grayscale: #3B3B3B. Windows color (decimal): -11976952 or 540489. OLE color: 540489.

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

Color convert

RGB73638-
CMYK00.140.890.71
HSL50.77º80.25%15.88%-
HSV(B)50.77º89.04%28.63%-
XYZ4.574.990.95-
YUV59.7298.81137.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=50.69%
G=43.75%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7363800.140.890.7150.7780.2515.88
Hex493F80E5947335010
Octal11177100161311076312020
Binary100100111111110000111010110011000111110011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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