#492507

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

Shades of Bistre #492507

Tints of Bistre #492507

Color information

#492507 (or 0x492507) is unknown color: approx Bistre. HEX triplet: 49, 25 and 07. RGB value is (73,37,7). Sum of RGB (Red+Green+Blue) = 73+37+7=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #492507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492507 is #B6DAF8. Grayscale: #2C2C2C. Windows color (decimal): -11983609 or 468297. OLE color: 468297.

HSL color Cylindrical-coordinate representation of color #492507: hue angle of 27.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #492507 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB73377-
CMYK00.490.900.71
HSL27.27º82.5%15.69%-
HSV(B)27.27º90.41%28.63%-
XYZ3.452.750.55-
YUV44.34106.93148.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.39%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=62.39%
G=31.62%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7337700.490.900.7127.2782.515.69
Hex492570315A471b5210
Octal1114570611321073312220
Binary100100110010111101100011011010100011111011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492507; }

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

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

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

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

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

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

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

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