#49270C

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

Shades of Bistre #49270C

Tints of Bistre #49270C

Color information

#49270C (or 0x49270C) is unknown color: approx Bistre. HEX triplet: 49, 27 and 0C. RGB value is (73,39,12). Sum of RGB (Red+Green+Blue) = 73+39+12=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49270C is #B6D8F3. Grayscale: #2E2E2E. Windows color (decimal): -11983092 or 796489. OLE color: 796489.

HSL color Cylindrical-coordinate representation of color #49270C: hue angle of 26.56º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49270C is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB733912-
CMYK00.470.840.71
HSL26.56º71.76%16.67%-
HSV(B)26.56º83.56%28.63%-
XYZ3.542.890.72-
YUV46.09108.76147.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=58.87%
G=31.45%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73391200.470.840.7126.5671.7616.67
Hex4927C02F54471b4811
Octal11147140571241073311021
Binary1001001100111110001011111010100100011111011100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49270C; }

 p { color: rgb(73,39,12); }

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

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

 a { background-color: rgb(73,39,12); }

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

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

 span { border-color: rgb(73,39,12); }

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