#403A23

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

Shades of Madras #403A23

Tints of Madras #403A23

Color information

#403A23 (or 0x403A23) is unknown color: approx Madras. HEX triplet: 40, 3A and 23. RGB value is (64,58,35). Sum of RGB (Red+Green+Blue) = 64+58+35=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A23 is #BFC5DC. Grayscale: #393939. Windows color (decimal): -12568029 or 2308672. OLE color: 2308672.

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

Color convert

RGB645835-
CMYK00.090.450.75
HSL47.59º29.29%19.41%-
HSV(B)47.59º45.31%25.1%-
XYZ3.934.242.2-
YUV57.17115.49132.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=40.76%
G=36.94%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64583500.090.450.7547.5929.2919.41
Hex403A23092D4B301d13
Octal100724301155113603523
Binary10000001110101000110100110110110010111100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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