#492403

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

Shades of Bistre #492403

Tints of Bistre #492403

Color information

#492403 (or 0x492403) is unknown color: approx Bistre. HEX triplet: 49, 24 and 03. RGB value is (73,36,3). Sum of RGB (Red+Green+Blue) = 73+36+3=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #492403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492403 is #B6DBFC. Grayscale: #2B2B2B. Windows color (decimal): -11983869 or 205897. OLE color: 205897.

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

Color convert

RGB73363-
CMYK00.510.960.71
HSL28.29º92.11%14.9%-
HSV(B)28.29º95.89%28.63%-
XYZ3.392.680.43-
YUV43.3105.26149.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.18%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=65.18%
G=32.14%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7336300.510.960.7128.2992.1114.9
Hex4924303360471c5cf
Octal1114430631401073413417
Binary1001001100100110110011110000010001111110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492403; }

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

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

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

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

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

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

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

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