#493800

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

Shades of Madras #493800

Tints of Madras #493800

Color information

#493800 (or 0x493800) is unknown color: approx Madras. HEX triplet: 49, 38 and 00. RGB value is (73,56,0). Sum of RGB (Red+Green+Blue) = 73+56+0=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493800 is #B6C7FF. Grayscale: #363636. Windows color (decimal): -11978752 or 14409. OLE color: 14409.

HSL color Cylindrical-coordinate representation of color #493800: hue angle of 46.03º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #493800 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB73560-
CMYK00.2310.71
HSL46.03º100%14.31%-
HSV(B)46.03º100%28.63%-
XYZ4.164.240.6-
YUV54.797.13141.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.59%
G=43.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7356000.2310.7146.0310014.31
Hex4938001764472e64e
Octal1117000271441075614416
Binary100100111100000101111100100100011110111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493800; }

 p { color: rgb(73,56,0); }

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

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

 a { background-color: rgb(73,56,0); }

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

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

 span { border-color: rgb(73,56,0); }

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