#444214

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

Shades of Madras #444214

Tints of Madras #444214

Color information

#444214 (or 0x444214) is unknown color: approx Madras. HEX triplet: 44, 42 and 14. RGB value is (68,66,20). Sum of RGB (Red+Green+Blue) = 68+66+20=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #444214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444214 is #BBBDEB. Grayscale: #3D3D3D. Windows color (decimal): -12303852 or 1327684. OLE color: 1327684.

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

Color convert

RGB686620-
CMYK00.030.710.73
HSL57.5º54.55%17.25%-
HSV(B)57.5º70.59%26.67%-
XYZ4.465.181.43-
YUV61.35104.66132.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=44.16%
G=42.86%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68662000.030.710.7357.554.5517.25
Hex4442140347493a3711
Octal1041022403107111726721
Binary10001001000010101000111000111100100111101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444214; }

 p { color: rgb(68,66,20); }

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

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

 a { background-color: rgb(68,66,20); }

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

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

 span { border-color: rgb(68,66,20); }

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