#403B1B

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

Shades of Madras #403B1B

Tints of Madras #403B1B

Color information

#403B1B (or 0x403B1B) is unknown color: approx Madras. HEX triplet: 40, 3B and 1B. RGB value is (64,59,27). Sum of RGB (Red+Green+Blue) = 64+59+27=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B1B is #BFC4E4. Grayscale: #383838. Windows color (decimal): -12567781 or 1784640. OLE color: 1784640.

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

Color convert

RGB645927-
CMYK00.080.580.75
HSL51.89º40.66%17.84%-
HSV(B)51.89º57.81%25.1%-
XYZ3.884.31.66-
YUV56.85111.16133.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 59 (23.44% from 255) = 39.33%
BLUE value IS 27 (10.94% from 255) = 18%
R=42.67%
G=39.33%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64592700.080.580.7551.8940.6617.84
Hex403B1B083A4B342912
Octal100733301072113645122
Binary10000001110111101101000111010100101111010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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