#403E0E

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

Shades of Madras #403E0E

Tints of Madras #403E0E

Color information

#403E0E (or 0x403E0E) is unknown color: approx Madras. HEX triplet: 40, 3E and 0E. RGB value is (64,62,14). Sum of RGB (Red+Green+Blue) = 64+62+14=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #403E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E0E is #BFC1F1. Grayscale: #393939. Windows color (decimal): -12567026 or 933440. OLE color: 933440.

HSL color Cylindrical-coordinate representation of color #403E0E: hue angle of 57.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #403E0E is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB646214-
CMYK00.030.780.75
HSL57.6º64.1%15.29%-
HSV(B)57.6º78.12%25.1%-
XYZ3.924.571.09-
YUV57.13103.66132.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 62 (24.61% from 255) = 44.29%
BLUE value IS 14 (5.86% from 255) = 10%
R=45.71%
G=44.29%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64621400.030.780.7557.664.115.29
Hex403EE034E4B3a40f
Octal1007616031161137210017
Binary100000011111011100111001110100101111101010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403E0E; }

 p { color: rgb(64,62,14); }

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

<style>
 a { background-color: #403E0E; }

 a { background-color: rgb(64,62,14); }

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

<style>
 span { border-color: #403E0E; }

 span { border-color: rgb(64,62,14); }

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