#403C0E

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

Shades of Madras #403C0E

Tints of Madras #403C0E

Color information

#403C0E (or 0x403C0E) is unknown color: approx Madras. HEX triplet: 40, 3C and 0E. RGB value is (64,60,14). Sum of RGB (Red+Green+Blue) = 64+60+14=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C0E is #BFC3F1. Grayscale: #383838. Windows color (decimal): -12567538 or 932928. OLE color: 932928.

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

Color convert

RGB646014-
CMYK00.060.780.75
HSL55.2º64.1%15.29%-
HSV(B)55.2º78.12%25.1%-
XYZ3.814.351.05-
YUV55.95104.33133.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 60 (23.83% from 255) = 43.48%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=46.38%
G=43.48%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64601400.060.780.7555.264.115.29
Hex403CE064E4B3740f
Octal1007416061161136710017
Binary1000000111100111001101001110100101111011110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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