#40240A

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

Shades of Bistre #40240A

Tints of Bistre #40240A

Color information

#40240A (or 0x40240A) is unknown color: approx Bistre. HEX triplet: 40, 24 and 0A. RGB value is (64,36,10). Sum of RGB (Red+Green+Blue) = 64+36+10=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #40240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40240A is #BFDBF5. Grayscale: #292929. Windows color (decimal): -12573686 or 664640. OLE color: 664640.

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

Color convert

RGB643610-
CMYK00.440.840.75
HSL28.89º72.97%14.51%-
HSV(B)28.89º84.38%25.1%-
XYZ2.82.370.6-
YUV41.41110.28144.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=58.18%
G=32.73%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64361000.440.840.7528.8972.9714.51
Hex4024A02C544B1d49f
Octal10044120541241133511117
Binary100000010010010100101100101010010010111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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