#40380C

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

Shades of Madras #40380C

Tints of Madras #40380C

Color information

#40380C (or 0x40380C) is unknown color: approx Madras. HEX triplet: 40, 38 and 0C. RGB value is (64,56,12). Sum of RGB (Red+Green+Blue) = 64+56+12=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40380C is #BFC7F3. Grayscale: #353535. Windows color (decimal): -12568564 or 800832. OLE color: 800832.

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

Color convert

RGB645612-
CMYK00.130.810.75
HSL50.77º68.42%14.9%-
HSV(B)50.77º81.25%25.1%-
XYZ3.593.940.92-
YUV53.38104.65135.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=48.48%
G=42.42%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64561200.130.810.7550.7768.4214.9
Hex4038C0D514B3344f
Octal10070140151211136310417
Binary10000001110001100011011010001100101111001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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