#403C07

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

Shades of Madras #403C07

Tints of Madras #403C07

Color information

#403C07 (or 0x403C07) is unknown color: approx Madras. HEX triplet: 40, 3C and 07. RGB value is (64,60,7). Sum of RGB (Red+Green+Blue) = 64+60+7=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C07 is #BFC3F8. Grayscale: #373737. Windows color (decimal): -12567545 or 474176. OLE color: 474176.

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

Color convert

RGB64607-
CMYK00.060.890.75
HSL55.79º80.28%13.92%-
HSV(B)55.79º89.06%25.1%-
XYZ3.774.340.84-
YUV55.15100.83134.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 60 (23.83% from 255) = 45.80%
BLUE value IS 7 (3.12% from 255) = 5.34%
R=48.85%
G=45.80%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6460700.060.890.7555.7980.2813.92
Hex403C706594B3850e
Octal100747061311137012016
Binary100000011110011101101011001100101111100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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