#492605

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

Shades of Bistre #492605

Tints of Bistre #492605

Color information

#492605 (or 0x492605) is unknown color: approx Bistre. HEX triplet: 49, 26 and 05. RGB value is (73,38,5). Sum of RGB (Red+Green+Blue) = 73+38+5=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #492605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492605 is #B6D9FA. Grayscale: #2C2C2C. Windows color (decimal): -11983355 or 337481. OLE color: 337481.

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

Color convert

RGB73385-
CMYK00.480.930.71
HSL29.12º87.18%15.29%-
HSV(B)29.12º93.15%28.63%-
XYZ3.472.810.5-
YUV44.7105.6148.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.93%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=62.93%
G=32.76%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7338500.480.930.7129.1287.1815.29
Hex492650305D471d57f
Octal1114650601351073512717
Binary10010011001101010110000101110110001111110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492605; }

 p { color: rgb(73,38,5); }

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

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

 a { background-color: rgb(73,38,5); }

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

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

 span { border-color: rgb(73,38,5); }

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