#403b19

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

Shades of Madras #403B19

Tints of Madras #403B19

Color information

#403B19 (or 0x403B19) is unknown color: approx Madras. HEX triplet: 40, 3B and 19. RGB value is (64,59,25). Sum of RGB (Red+Green+Blue) = 64+59+25=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #403B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B19 is #BFC4E6. Grayscale: #383838. Windows color (decimal): -12567783 or 1653568. OLE color: 1653568.

HSL color Cylindrical-coordinate representation of color #403B19: hue angle of 52.31º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403B19 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB645925-
CMYK00.080.610.75
HSL52.31º43.82%17.45%-
HSV(B)52.31º60.94%25.1%-
XYZ3.854.291.54-
YUV56.62110.16133.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=43.24%
G=39.86%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64592500.080.610.7552.3143.8217.45
Hex403B19083D4B342c11
Octal100733101075113645421
Binary10000001110111100101000111101100101111010010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403b19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,59,25); }

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

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

 a { background-color: rgb(64,59,25); }

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

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

 span { border-color: rgb(64,59,25); }

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