#49280C

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

Shades of Bistre #49280C

Tints of Bistre #49280C

Color information

#49280C (or 0x49280C) is unknown color: approx Bistre. HEX triplet: 49, 28 and 0C. RGB value is (73,40,12). Sum of RGB (Red+Green+Blue) = 73+40+12=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49280C is #B6D7F3. Grayscale: #2E2E2E. Windows color (decimal): -11982836 or 796745. OLE color: 796745.

HSL color Cylindrical-coordinate representation of color #49280C: hue angle of 27.54º 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 #49280C is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB734012-
CMYK00.450.840.71
HSL27.54º71.76%16.67%-
HSV(B)27.54º83.56%28.63%-
XYZ3.572.960.73-
YUV46.68108.43146.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=58.4%
G=32%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73401200.450.840.7127.5471.7616.67
Hex4928C02D54471c4811
Octal11150140551241073411021
Binary1001001101000110001011011010100100011111100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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