#403600

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

Shades of Madras #403600

Tints of Madras #403600

Color information

#403600 (or 0x403600) is unknown color: approx Madras. HEX triplet: 40, 36 and 00. RGB value is (64,54,0). Sum of RGB (Red+Green+Blue) = 64+54+0=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #403600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403600 is #BFC9FF. Grayscale: #333333. Windows color (decimal): -12569088 or 13888. OLE color: 13888.

HSL color Cylindrical-coordinate representation of color #403600: hue angle of 50.62º 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 #403600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB64540-
CMYK00.1610.75
HSL50.62º100%12.55%-
HSV(B)50.62º100%25.1%-
XYZ3.433.730.54-
YUV50.8399.31137.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 54 (21.48% from 255) = 45.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.24%
G=45.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6454000.1610.7550.6210012.55
Hex40360010644B3364d
Octal1006600201441136314415
Binary100000011011000100001100100100101111001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403600; }

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

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

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

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

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

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

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

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