#44400D

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

Shades of Madras #44400D

Tints of Madras #44400D

Color information

#44400D (or 0x44400D) is unknown color: approx Madras. HEX triplet: 44, 40 and 0D. RGB value is (68,64,13). Sum of RGB (Red+Green+Blue) = 68+64+13=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #44400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44400D is #BBBFF2. Grayscale: #3B3B3B. Windows color (decimal): -12304371 or 868420. OLE color: 868420.

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

Color convert

RGB686413-
CMYK00.060.810.73
HSL55.64º67.9%15.88%-
HSV(B)55.64º80.88%26.67%-
XYZ4.294.921.11-
YUV59.38101.83134.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 13 (5.47% from 255) = 8.97%
R=46.90%
G=44.14%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68641300.060.810.7355.6467.915.88
Hex4440D065149384410
Octal10410015061211117010420
Binary100010010000001101011010100011001001111000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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