#46280F

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

Shades of Bistre #46280F

Tints of Bistre #46280F

Color information

#46280F (or 0x46280F) is unknown color: approx Bistre. HEX triplet: 46, 28 and 0F. RGB value is (70,40,15). Sum of RGB (Red+Green+Blue) = 70+40+15=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #46280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46280F is #B9D7F0. Grayscale: #2E2E2E. Windows color (decimal): -12179441 or 993350. OLE color: 993350.

HSL color Cylindrical-coordinate representation of color #46280F: hue angle of 27.27º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46280F is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB704015-
CMYK00.430.790.73
HSL27.27º64.71%16.67%-
HSV(B)27.27º78.57%27.45%-
XYZ3.372.850.83-
YUV46.12110.44145.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 15 (6.25% from 255) = 12%
R=56%
G=32%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70401500.430.790.7327.2764.7116.67
Hex4628F02B4F491b4111
Octal10650170531171113310121
Binary1000110101000111101010111001111100100111011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46280F; }

 p { color: rgb(70,40,15); }

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

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

 a { background-color: rgb(70,40,15); }

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

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

 span { border-color: rgb(70,40,15); }

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