#403708

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

Shades of Madras #403708

Tints of Madras #403708

Color information

#403708 (or 0x403708) is unknown color: approx Madras. HEX triplet: 40, 37 and 08. RGB value is (64,55,8). Sum of RGB (Red+Green+Blue) = 64+55+8=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #403708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403708 is #BFC8F7. Grayscale: #343434. Windows color (decimal): -12568824 or 538432. OLE color: 538432.

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

Color convert

RGB64558-
CMYK00.140.870.75
HSL50.36º77.78%14.12%-
HSV(B)50.36º87.5%25.1%-
XYZ3.523.840.79-
YUV52.33102.98136.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 55 (21.88% from 255) = 43.31%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=50.39%
G=43.31%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6455800.140.870.7550.3677.7814.12
Hex403780E574B324ee
Octal10067100161271136211616
Binary10000001101111000011101010111100101111001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403708; }

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

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

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

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

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

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

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

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