#46270F

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

Shades of Bistre #46270F

Tints of Bistre #46270F

Color information

#46270F (or 0x46270F) is unknown color: approx Bistre. HEX triplet: 46, 27 and 0F. RGB value is (70,39,15). Sum of RGB (Red+Green+Blue) = 70+39+15=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #46270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46270F is #B9D8F0. Grayscale: #2D2D2D. Windows color (decimal): -12179697 or 993094. OLE color: 993094.

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

Color convert

RGB703915-
CMYK00.440.790.73
HSL26.18º64.71%16.67%-
HSV(B)26.18º78.57%27.45%-
XYZ3.342.790.81-
YUV45.53110.77145.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=56.45%
G=31.45%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70391500.440.790.7326.1864.7116.67
Hex4627F02C4F491a4111
Octal10647170541171113210121
Binary1000110100111111101011001001111100100111010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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