#403A1F

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

Shades of Madras #403A1F

Tints of Madras #403A1F

Color information

#403A1F (or 0x403A1F) is unknown color: approx Madras. HEX triplet: 40, 3A and 1F. RGB value is (64,58,31). Sum of RGB (Red+Green+Blue) = 64+58+31=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A1F is #BFC5E0. Grayscale: #383838. Windows color (decimal): -12568033 or 2046528. OLE color: 2046528.

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

Color convert

RGB645831-
CMYK00.090.520.75
HSL49.09º34.74%18.63%-
HSV(B)49.09º51.56%25.1%-
XYZ3.874.221.91-
YUV56.72113.49133.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=41.83%
G=37.91%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64583100.090.520.7549.0934.7418.63
Hex403A1F09344B312313
Octal100723701164113614323
Binary10000001110101111101001110100100101111000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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