#403B24

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

Shades of Madras #403B24

Tints of Madras #403B24

Color information

#403B24 (or 0x403B24) is unknown color: approx Madras. HEX triplet: 40, 3B and 24. RGB value is (64,59,36). Sum of RGB (Red+Green+Blue) = 64+59+36=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #403B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B24 is #BFC4DB. Grayscale: #393939. Windows color (decimal): -12567772 or 2374464. OLE color: 2374464.

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

Color convert

RGB645936-
CMYK00.080.440.75
HSL49.29º28%19.61%-
HSV(B)49.29º43.75%25.1%-
XYZ44.352.3-
YUV57.87115.66132.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=40.25%
G=37.11%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64593600.080.440.7549.292819.61
Hex403B24082C4B311c14
Octal100734401054113613424
Binary10000001110111001000100010110010010111100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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