#492505

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

Shades of Bistre #492505

Tints of Bistre #492505

Color information

#492505 (or 0x492505) is unknown color: approx Bistre. HEX triplet: 49, 25 and 05. RGB value is (73,37,5). Sum of RGB (Red+Green+Blue) = 73+37+5=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #492505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492505 is #B6DAFA. Grayscale: #2C2C2C. Windows color (decimal): -11983611 or 337225. OLE color: 337225.

HSL color Cylindrical-coordinate representation of color #492505: hue angle of 28.24º 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 #492505 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB73375-
CMYK00.490.930.71
HSL28.24º87.18%15.29%-
HSV(B)28.24º93.15%28.63%-
XYZ3.442.750.49-
YUV44.12105.93148.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 63.48%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=63.48%
G=32.17%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7337500.490.930.7128.2487.1815.29
Hex492550315D471c57f
Octal1114550611351073412717
Binary10010011001011010110001101110110001111110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492505; }

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

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

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

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

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

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

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

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