#403700

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

Shades of Madras #403700

Tints of Madras #403700

Color information

#403700 (or 0x403700) is unknown color: approx Madras. HEX triplet: 40, 37 and 00. RGB value is (64,55,0). Sum of RGB (Red+Green+Blue) = 64+55+0=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #403700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403700 is #BFC8FF. Grayscale: #333333. Windows color (decimal): -12568832 or 14144. OLE color: 14144.

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

Color convert

RGB64550-
CMYK00.1410.75
HSL51.56º100%12.55%-
HSV(B)51.56º100%25.1%-
XYZ3.483.820.55-
YUV51.4298.98136.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.78%
G=46.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6455000.1410.7551.5610012.55
Hex403700E644B3464d
Octal1006700161441136414415
Binary10000001101110011101100100100101111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403700; }

 p { color: rgb(64,55,0); }

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

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

 a { background-color: rgb(64,55,0); }

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

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

 span { border-color: rgb(64,55,0); }

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