#40250F

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

Shades of Bistre #40250F

Tints of Bistre #40250F

Color information

#40250F (or 0x40250F) is unknown color: approx Bistre. HEX triplet: 40, 25 and 0F. RGB value is (64,37,15). Sum of RGB (Red+Green+Blue) = 64+37+15=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40250F is #BFDAF0. Grayscale: #2A2A2A. Windows color (decimal): -12573425 or 992576. OLE color: 992576.

HSL color Cylindrical-coordinate representation of color #40250F: hue angle of 26.94º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40250F is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB643715-
CMYK00.420.770.75
HSL26.94º62.03%15.49%-
HSV(B)26.94º76.56%25.1%-
XYZ2.862.450.77-
YUV42.56112.45143.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=55.17%
G=31.90%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64371500.420.770.7526.9462.0315.49
Hex4025F02A4D4B1b3ef
Octal1004517052115113337617
Binary10000001001011111010101010011011001011110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,37,15); }

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

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

 a { background-color: rgb(64,37,15); }

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

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

 span { border-color: rgb(64,37,15); }

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