#46290F

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

Shades of Bistre #46290F

Tints of Bistre #46290F

Color information

#46290F (or 0x46290F) is unknown color: approx Bistre. HEX triplet: 46, 29 and 0F. RGB value is (70,41,15). Sum of RGB (Red+Green+Blue) = 70+41+15=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #46290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46290F is #B9D6F0. Grayscale: #2E2E2E. Windows color (decimal): -12179185 or 993606. OLE color: 993606.

HSL color Cylindrical-coordinate representation of color #46290F: hue angle of 28.36º 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 #46290F is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB704115-
CMYK00.410.790.73
HSL28.36º64.71%16.67%-
HSV(B)28.36º78.57%27.45%-
XYZ3.42.920.84-
YUV46.71110.11144.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=55.56%
G=32.54%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70411500.410.790.7328.3664.7116.67
Hex4629F0294F491c4111
Octal10651170511171113410121
Binary1000110101001111101010011001111100100111100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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