Html Css Color HEX #444014 Madras

📋 copy color: '#444014'

red 68 ◦ green 64 ◦ blue 20

#444014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madras #444014

Tints of Madras #444014

RGB

 RED value IS 68 (26.95% from 255) = 44.74%

 GREEN value IS 64 (25.39% from 255) = 42.11%

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 44.74%
G = 42.11%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#444014 (or 0x444014) is known color: Madras. HEX triplet: 44, 40 and 14. RGB value is (68,64,20). Sum of RGB (Red+Green+Blue) = 68+64+20=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #444014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444014 is #BBBFEB. Grayscale: #3C3C3C. Windows color (decimal): -12304364 or 1327172. OLE color: 1327172.

HSL color Cylindrical-coordinate representation of color #444014: hue angle of 55º 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 #444014 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 64 20 -
CMYK 0 0.06 0.71 0.73
HSL 55º 0.55% 0.17% -
HSV(B) 55º 0.71% 0.27% -
XYZ 4.34 4.95 1.39 -
YUV 60.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 68 64 20 0 0.06 0.71 0.73 55 0.55 0.17
Hex 44 40 14 0 6 47 49 37 37 11
Octal 104 100 24 0 6 107 111 67 67 21
Binary 1000100 1000000 10100 0 110 1000111 1001001 110111 110111 10001

Color Harmonies of #444014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444014

Black with #444014

Text Example


Text Example

White with #444014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444014; }

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

 H1.HeaderClassName
 {
   color: #444014;
 }
 .AnyTagClassName
 {
   color: #444014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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