#40390F

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

Shades of Madras #40390F

Tints of Madras #40390F

Color information

#40390F (or 0x40390F) is unknown color: approx Madras. HEX triplet: 40, 39 and 0F. RGB value is (64,57,15). Sum of RGB (Red+Green+Blue) = 64+57+15=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #40390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40390F is #BFC6F0. Grayscale: #363636. Windows color (decimal): -12568305 or 997696. OLE color: 997696.

HSL color Cylindrical-coordinate representation of color #40390F: hue angle of 51.43º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40390F is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB645715-
CMYK00.110.770.75
HSL51.43º62.03%15.49%-
HSV(B)51.43º76.56%25.1%-
XYZ3.664.051.04-
YUV54.3105.82134.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 57 (22.66% from 255) = 41.91%
BLUE value IS 15 (6.25% from 255) = 11.03%
R=47.06%
G=41.91%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64571500.110.770.7551.4362.0315.49
Hex4039F0B4D4B333ef
Octal1007117013115113637617
Binary1000000111001111101011100110110010111100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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