#403E0C

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

Shades of Madras #403E0C

Tints of Madras #403E0C

Color information

#403E0C (or 0x403E0C) is unknown color: approx Madras. HEX triplet: 40, 3E and 0C. RGB value is (64,62,12). Sum of RGB (Red+Green+Blue) = 64+62+12=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E0C is #BFC1F3. Grayscale: #393939. Windows color (decimal): -12567028 or 802368. OLE color: 802368.

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

Color convert

RGB646212-
CMYK00.030.810.75
HSL57.69º68.42%14.9%-
HSV(B)57.69º81.25%25.1%-
XYZ3.94.561.02-
YUV56.9102.66133.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 62 (24.61% from 255) = 44.93%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=46.38%
G=44.93%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64621200.030.810.7557.6968.4214.9
Hex403EC03514B3a44f
Octal1007614031211137210417
Binary100000011111011000111010001100101111101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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