#40240D

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

Shades of Bistre #40240D

Tints of Bistre #40240D

Color information

#40240D (or 0x40240D) is unknown color: approx Bistre. HEX triplet: 40, 24 and 0D. RGB value is (64,36,13). Sum of RGB (Red+Green+Blue) = 64+36+13=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40240D is #BFDBF2. Grayscale: #292929. Windows color (decimal): -12573683 or 861248. OLE color: 861248.

HSL color Cylindrical-coordinate representation of color #40240D: hue angle of 27.06º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40240D is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB643613-
CMYK00.440.800.75
HSL27.06º66.23%15.1%-
HSV(B)27.06º79.69%25.1%-
XYZ2.822.380.69-
YUV41.75111.78143.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=56.64%
G=31.86%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64361300.440.800.7527.0666.2315.1
Hex4024D02C504B1b42f
Octal10044150541201133310217
Binary100000010010011010101100101000010010111101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40240D; }

 p { color: rgb(64,36,13); }

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

<style>
 a { background-color: #40240D; }

 a { background-color: rgb(64,36,13); }

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

<style>
 span { border-color: #40240D; }

 span { border-color: rgb(64,36,13); }

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