#40250C

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

Shades of Bistre #40250C

Tints of Bistre #40250C

Color information

#40250C (or 0x40250C) is unknown color: approx Bistre. HEX triplet: 40, 25 and 0C. RGB value is (64,37,12). Sum of RGB (Red+Green+Blue) = 64+37+12=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40250C is #BFDAF3. Grayscale: #2A2A2A. Windows color (decimal): -12573428 or 795968. OLE color: 795968.

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

Color convert

RGB643712-
CMYK00.420.810.75
HSL28.85º68.42%14.9%-
HSV(B)28.85º81.25%25.1%-
XYZ2.842.440.67-
YUV42.22110.95143.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=56.64%
G=32.74%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64371200.420.810.7528.8568.4214.9
Hex4025C02A514B1d44f
Octal10045140521211133510417
Binary100000010010111000101010101000110010111110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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