Html Css Color HEX #44401E Madras

📋 copy color: '#44401E'

red 68 ◦ green 64 ◦ blue 30

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

Shades of Madras #44401E

Tints of Madras #44401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 41.98%
G = 39.51%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#44401E (or 0x44401E) is known color: Madras. HEX triplet: 44, 40 and 1E. RGB value is (68,64,30). Sum of RGB (Red+Green+Blue) = 68+64+30=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #44401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44401E is #BBBFE1. Grayscale: #3D3D3D. Windows color (decimal): -12304354 or 1982532. OLE color: 1982532.

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

Color convert

RGB 68 64 30 -
CMYK 0 0.06 0.56 0.73
HSL 53.68º 0.39% 0.19% -
HSV(B) 53.68º 0.56% 0.27% -
XYZ 4.45 4.99 1.96 -
YUV 61.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 68 64 30 0 0.06 0.56 0.73 53.68 0.39 0.19
Hex 44 40 1E 0 6 38 49 36 27 13
Octal 104 100 36 0 6 70 111 66 47 23
Binary 1000100 1000000 11110 0 110 111000 1001001 110110 100111 10011

Color Harmonies of #44401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44401E

Black with #44401E

Text Example


Text Example

White with #44401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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