#40390C

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

Shades of Madras #40390C

Tints of Madras #40390C

Color information

#40390C (or 0x40390C) is unknown color: approx Madras. HEX triplet: 40, 39 and 0C. RGB value is (64,57,12). Sum of RGB (Red+Green+Blue) = 64+57+12=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40390C is #BFC6F3. Grayscale: #363636. Windows color (decimal): -12568308 or 801088. OLE color: 801088.

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

Color convert

RGB645712-
CMYK00.110.810.75
HSL51.92º68.42%14.9%-
HSV(B)51.92º81.25%25.1%-
XYZ3.644.040.94-
YUV53.96104.32135.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 57 (22.66% from 255) = 42.86%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=48.12%
G=42.86%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64571200.110.810.7551.9268.4214.9
Hex4039C0B514B3444f
Octal10071140131211136410417
Binary10000001110011100010111010001100101111010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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