#403A25

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

Shades of Madras #403A25

Tints of Madras #403A25

Color information

#403A25 (or 0x403A25) is unknown color: approx Madras. HEX triplet: 40, 3A and 25. RGB value is (64,58,37). Sum of RGB (Red+Green+Blue) = 64+58+37=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #403A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A25 is #BFC5DA. Grayscale: #393939. Windows color (decimal): -12568027 or 2439744. OLE color: 2439744.

HSL color Cylindrical-coordinate representation of color #403A25: hue angle of 46.67º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403A25 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB645837-
CMYK00.090.420.75
HSL46.67º26.73%19.8%-
HSV(B)46.67º42.19%25.1%-
XYZ3.964.252.36-
YUV57.4116.49132.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=40.25%
G=36.48%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64583700.090.420.7546.6726.7319.8
Hex403A25092A4B2f1b14
Octal100724501152113573324
Binary10000001110101001010100110101010010111011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,58,37); }

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

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

 a { background-color: rgb(64,58,37); }

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

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

 span { border-color: rgb(64,58,37); }

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