#403C10

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

Shades of Madras #403C10

Tints of Madras #403C10

Color information

#403C10 (or 0x403C10) is unknown color: approx Madras. HEX triplet: 40, 3C and 10. RGB value is (64,60,16). Sum of RGB (Red+Green+Blue) = 64+60+16=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #403C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C10 is #BFC3EF. Grayscale: #383838. Windows color (decimal): -12567536 or 1064000. OLE color: 1064000.

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

Color convert

RGB646016-
CMYK00.060.750.75
HSL55º60%15.69%-
HSV(B)55º75%25.1%-
XYZ3.824.361.13-
YUV56.18105.33133.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 60 (23.83% from 255) = 42.86%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=45.71%
G=42.86%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64601600.060.750.75556015.69
Hex403C10064B4B373c10
Octal100742006113113677420
Binary10000001111001000001101001011100101111011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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