#403C0D

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

Shades of Madras #403C0D

Tints of Madras #403C0D

Color information

#403C0D (or 0x403C0D) is unknown color: approx Madras. HEX triplet: 40, 3C and 0D. RGB value is (64,60,13). Sum of RGB (Red+Green+Blue) = 64+60+13=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C0D is #BFC3F2. Grayscale: #383838. Windows color (decimal): -12567539 or 867392. OLE color: 867392.

HSL color Cylindrical-coordinate representation of color #403C0D: hue angle of 55.29º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #403C0D is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB646013-
CMYK00.060.800.75
HSL55.29º66.23%15.1%-
HSV(B)55.29º79.69%25.1%-
XYZ3.84.351.02-
YUV55.84103.83133.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 60 (23.83% from 255) = 43.80%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=46.72%
G=43.80%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64601300.060.800.7555.2966.2315.1
Hex403CD06504B3742f
Octal1007415061201136710217
Binary1000000111100110101101010000100101111011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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