#403818

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

Shades of Madras #403818

Tints of Madras #403818

Color information

#403818 (or 0x403818) is unknown color: approx Madras. HEX triplet: 40, 38 and 18. RGB value is (64,56,24). Sum of RGB (Red+Green+Blue) = 64+56+24=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #403818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403818 is #BFC7E7. Grayscale: #363636. Windows color (decimal): -12568552 or 1587264. OLE color: 1587264.

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

Color convert

RGB645624-
CMYK00.130.620.75
HSL48º45.45%17.25%-
HSV(B)48º62.5%25.1%-
XYZ3.693.981.44-
YUV54.74110.65134.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=44.44%
G=38.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64562400.130.620.754845.4517.25
Hex4038180D3E4B302d11
Octal100703001576113605521
Binary10000001110001100001101111110100101111000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403818; }

 p { color: rgb(64,56,24); }

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

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

 a { background-color: rgb(64,56,24); }

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

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

 span { border-color: rgb(64,56,24); }

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