#44401D

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

Shades of Madras #44401D

Tints of Madras #44401D

Color information

#44401D (or 0x44401D) is unknown color: approx Madras. HEX triplet: 44, 40 and 1D. RGB value is (68,64,29). Sum of RGB (Red+Green+Blue) = 68+64+29=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #44401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44401D is #BBBFE2. Grayscale: #3D3D3D. Windows color (decimal): -12304355 or 1916996. OLE color: 1916996.

HSL color Cylindrical-coordinate representation of color #44401D: hue angle of 53.85º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44401D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB686429-
CMYK00.060.570.73
HSL53.85º40.21%19.02%-
HSV(B)53.85º57.35%26.67%-
XYZ4.444.981.89-
YUV61.21109.83132.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=42.24%
G=39.75%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68642900.060.570.7353.8540.2119.02
Hex44401D063949362813
Octal104100350671111665023
Binary10001001000000111010110111001100100111011010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44401D; }

 p { color: rgb(68,64,29); }

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

<style>
 a { background-color: #44401D; }

 a { background-color: rgb(68,64,29); }

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

<style>
 span { border-color: #44401D; }

 span { border-color: rgb(68,64,29); }

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