#492404

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

Shades of Bistre #492404

Tints of Bistre #492404

Color information

#492404 (or 0x492404) is unknown color: approx Bistre. HEX triplet: 49, 24 and 04. RGB value is (73,36,4). Sum of RGB (Red+Green+Blue) = 73+36+4=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #492404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492404 is #B6DBFB. Grayscale: #2B2B2B. Windows color (decimal): -11983868 or 271433. OLE color: 271433.

HSL color Cylindrical-coordinate representation of color #492404: hue angle of 27.83º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #492404 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB73364-
CMYK00.510.950.71
HSL27.83º89.61%15.1%-
HSV(B)27.83º94.52%28.63%-
XYZ3.42.690.45-
YUV43.42105.76149.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 64.60%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=64.60%
G=31.86%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7336400.510.950.7127.8389.6115.1
Hex492440335F471c5af
Octal1114440631371073413217
Binary10010011001001000110011101111110001111110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492404; }

 p { color: rgb(73,36,4); }

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

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

 a { background-color: rgb(73,36,4); }

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

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

 span { border-color: rgb(73,36,4); }

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