Html Css Color HEX #44401F Madras

📋 copy color: '#44401F'

red 68 ◦ green 64 ◦ blue 31

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

Shades of Madras #44401F

Tints of Madras #44401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 41.72%
G = 39.26%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#44401F (or 0x44401F) is known color: Madras. HEX triplet: 44, 40 and 1F. RGB value is (68,64,31). Sum of RGB (Red+Green+Blue) = 68+64+31=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 68 - color contains mainly: red. Hex color #44401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44401F is #BBBFE0. Grayscale: #3D3D3D. Windows color (decimal): -12304353 or 2048068. OLE color: 2048068.

HSL color Cylindrical-coordinate representation of color #44401F: hue angle of 53.51º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44401F is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 64 31 -
CMYK 0 0.06 0.54 0.73
HSL 53.51º 0.37% 0.19% -
HSV(B) 53.51º 0.54% 0.27% -
XYZ 4.46 4.99 2.03 -
YUV 61.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 68 64 31 0 0.06 0.54 0.73 53.51 0.37 0.19
Hex 44 40 1F 0 6 36 49 36 25 13
Octal 104 100 37 0 6 66 111 66 45 23
Binary 1000100 1000000 11111 0 110 110110 1001001 110110 100101 10011

Color Harmonies of #44401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44401F

Black with #44401F

Text Example


Text Example

White with #44401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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