#40260E

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

Shades of Bistre #40260E

Tints of Bistre #40260E

Color information

#40260E (or 0x40260E) is unknown color: approx Bistre. HEX triplet: 40, 26 and 0E. RGB value is (64,38,14). Sum of RGB (Red+Green+Blue) = 64+38+14=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40260E is #BFD9F1. Grayscale: #2B2B2B. Windows color (decimal): -12573170 or 927296. OLE color: 927296.

HSL color Cylindrical-coordinate representation of color #40260E: hue angle of 28.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40260E is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB643814-
CMYK00.410.780.75
HSL28.8º64.1%15.29%-
HSV(B)28.8º78.12%25.1%-
XYZ2.892.510.75-
YUV43.04111.61142.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 14 (5.86% from 255) = 12.07%
R=55.17%
G=32.76%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64381400.410.780.7528.864.115.29
Hex4026E0294E4B1d40f
Octal10046160511161133510017
Binary100000010011011100101001100111010010111110110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40260E; }

 p { color: rgb(64,38,14); }

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

<style>
 a { background-color: #40260E; }

 a { background-color: rgb(64,38,14); }

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

<style>
 span { border-color: #40260E; }

 span { border-color: rgb(64,38,14); }

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