#40260B

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

Shades of Bistre #40260B

Tints of Bistre #40260B

Color information

#40260B (or 0x40260B) is unknown color: approx Bistre. HEX triplet: 40, 26 and 0B. RGB value is (64,38,11). Sum of RGB (Red+Green+Blue) = 64+38+11=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40260B is #BFD9F4. Grayscale: #2A2A2A. Windows color (decimal): -12573173 or 730688. OLE color: 730688.

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

Color convert

RGB643811-
CMYK00.410.830.75
HSL30.57º70.67%14.71%-
HSV(B)30.57º82.81%25.1%-
XYZ2.872.50.65-
YUV42.7110.11143.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=56.64%
G=33.63%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64381100.410.830.7530.5770.6714.71
Hex4026B029534B1f47f
Octal10046130511231133710717
Binary100000010011010110101001101001110010111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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