#40250E

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

Shades of Bistre #40250E

Tints of Bistre #40250E

Color information

#40250E (or 0x40250E) is unknown color: approx Bistre. HEX triplet: 40, 25 and 0E. RGB value is (64,37,14). Sum of RGB (Red+Green+Blue) = 64+37+14=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40250E is #BFDAF1. Grayscale: #2A2A2A. Windows color (decimal): -12573426 or 927040. OLE color: 927040.

HSL color Cylindrical-coordinate representation of color #40250E: hue angle of 27.6º 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 #40250E is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB643714-
CMYK00.420.780.75
HSL27.6º64.1%15.29%-
HSV(B)27.6º78.12%25.1%-
XYZ2.862.440.74-
YUV42.45111.95143.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=55.65%
G=32.17%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64371400.420.780.7527.664.115.29
Hex4025E02A4E4B1c40f
Octal10045160521161133410017
Binary100000010010111100101010100111010010111110010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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