#403B1E

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

Shades of Madras #403B1E

Tints of Madras #403B1E

Color information

#403B1E (or 0x403B1E) is unknown color: approx Madras. HEX triplet: 40, 3B and 1E. RGB value is (64,59,30). Sum of RGB (Red+Green+Blue) = 64+59+30=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B1E is #BFC4E1. Grayscale: #393939. Windows color (decimal): -12567778 or 1981248. OLE color: 1981248.

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

Color convert

RGB645930-
CMYK00.080.530.75
HSL51.18º36.17%18.43%-
HSV(B)51.18º53.12%25.1%-
XYZ3.914.311.85-
YUV57.19112.66132.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 59 (23.44% from 255) = 38.56%
BLUE value IS 30 (12.11% from 255) = 19.61%
R=41.83%
G=38.56%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64593000.080.530.7551.1836.1718.43
Hex403B1E08354B332412
Octal100733601065113634422
Binary10000001110111111001000110101100101111001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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