Html Css Color HEX #44421A Madras

📋 copy color: '#44421A'

red 68 ◦ green 66 ◦ blue 26

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

Shades of Madras #44421A

Tints of Madras #44421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.25%

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 42.5%
G = 41.25%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#44421A (or 0x44421A) is known color: Madras. HEX triplet: 44, 42 and 1A. RGB value is (68,66,26). Sum of RGB (Red+Green+Blue) = 68+66+26=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #44421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44421A is #BBBDE5. Grayscale: #3E3E3E. Windows color (decimal): -12303846 or 1720900. OLE color: 1720900.

HSL color Cylindrical-coordinate representation of color #44421A: hue angle of 57.14º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44421A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 66 26 -
CMYK 0 0.03 0.62 0.73
HSL 57.14º 0.45% 0.18% -
HSV(B) 57.14º 0.62% 0.27% -
XYZ 4.52 5.2 1.74 -
YUV 62.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 68 66 26 0 0.03 0.62 0.73 57.14 0.45 0.18
Hex 44 42 1A 0 3 3E 49 39 2D 12
Octal 104 102 32 0 3 76 111 71 55 22
Binary 1000100 1000010 11010 0 11 111110 1001001 111001 101101 10010

Color Harmonies of #44421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44421A

Black with #44421A

Text Example


Text Example

White with #44421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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