#444113

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

Shades of Madras #444113

Tints of Madras #444113

Color information

#444113 (or 0x444113) is unknown color: approx Madras. HEX triplet: 44, 41 and 13. RGB value is (68,65,19). Sum of RGB (Red+Green+Blue) = 68+65+19=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #444113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444113 is #BBBEEC. Grayscale: #3C3C3C. Windows color (decimal): -12304109 or 1261892. OLE color: 1261892.

HSL color Cylindrical-coordinate representation of color #444113: hue angle of 56.33º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #444113 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB686519-
CMYK00.040.720.73
HSL56.33º56.32%17.06%-
HSV(B)56.33º72.06%26.67%-
XYZ4.395.061.36-
YUV60.65104.49133.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=44.74%
G=42.76%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68651900.040.720.7356.3356.3217.06
Hex444113044849383811
Octal1041012304110111707021
Binary100010010000011001101001001000100100111100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444113; }

 p { color: rgb(68,65,19); }

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

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

 a { background-color: rgb(68,65,19); }

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

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

 span { border-color: rgb(68,65,19); }

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