#40380F

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

Shades of Madras #40380F

Tints of Madras #40380F

Color information

#40380F (or 0x40380F) is unknown color: approx Madras. HEX triplet: 40, 38 and 0F. RGB value is (64,56,15). Sum of RGB (Red+Green+Blue) = 64+56+15=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40380F is #BFC7F0. Grayscale: #353535. Windows color (decimal): -12568561 or 997440. OLE color: 997440.

HSL color Cylindrical-coordinate representation of color #40380F: hue angle of 50.2º 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 #40380F is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB645615-
CMYK00.130.770.75
HSL50.2º62.03%15.49%-
HSV(B)50.2º76.56%25.1%-
XYZ3.613.951.02-
YUV53.72106.15135.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=47.41%
G=41.48%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64561500.130.770.7550.262.0315.49
Hex4038F0D4D4B323ef
Octal1007017015115113627617
Binary1000000111000111101101100110110010111100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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