#444316

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

Shades of Madras #444316

Tints of Madras #444316

Color information

#444316 (or 0x444316) is unknown color: approx Madras. HEX triplet: 44, 43 and 16. RGB value is (68,67,22). Sum of RGB (Red+Green+Blue) = 68+67+22=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #444316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444316 is #BBBCE9. Grayscale: #3E3E3E. Windows color (decimal): -12303594 or 1459012. OLE color: 1459012.

HSL color Cylindrical-coordinate representation of color #444316: hue angle of 58.7º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444316 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB686722-
CMYK00.010.680.73
HSL58.7º51.11%17.65%-
HSV(B)58.7º67.65%26.67%-
XYZ4.545.31.54-
YUV62.17105.33132.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 67 (26.56% from 255) = 42.68%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=43.31%
G=42.68%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68672200.010.680.7358.751.1117.65
Hex4443160144493b3312
Octal1041032601104111736322
Binary1000100100001110110011000100100100111101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444316; }

 p { color: rgb(68,67,22); }

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

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

 a { background-color: rgb(68,67,22); }

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

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

 span { border-color: rgb(68,67,22); }

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