#40240C

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

Shades of Bistre #40240C

Tints of Bistre #40240C

Color information

#40240C (or 0x40240C) is unknown color: approx Bistre. HEX triplet: 40, 24 and 0C. RGB value is (64,36,12). Sum of RGB (Red+Green+Blue) = 64+36+12=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40240C is #BFDBF3. Grayscale: #292929. Windows color (decimal): -12573684 or 795712. OLE color: 795712.

HSL color Cylindrical-coordinate representation of color #40240C: hue angle of 27.69º 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 #40240C is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB643612-
CMYK00.440.810.75
HSL27.69º68.42%14.9%-
HSV(B)27.69º81.25%25.1%-
XYZ2.812.380.66-
YUV41.64111.28143.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=57.14%
G=32.14%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64361200.440.810.7527.6968.4214.9
Hex4024C02C514B1c44f
Octal10044140541211133410417
Binary100000010010011000101100101000110010111110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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