Html Css Color HEX #44401B Madras

📋 copy color: '#44401B'

red 68 ◦ green 64 ◦ blue 27

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

Shades of Madras #44401B

Tints of Madras #44401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 42.77%
G = 40.25%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#44401B (or 0x44401B) is known color: Madras. HEX triplet: 44, 40 and 1B. RGB value is (68,64,27). Sum of RGB (Red+Green+Blue) = 68+64+27=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #44401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44401B is #BBBFE4. Grayscale: #3D3D3D. Windows color (decimal): -12304357 or 1785924. OLE color: 1785924.

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

Color convert

RGB 68 64 27 -
CMYK 0 0.06 0.60 0.73
HSL 54.15º 0.43% 0.19% -
HSV(B) 54.15º 0.6% 0.27% -
XYZ 4.42 4.97 1.76 -
YUV 60.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 68 64 27 0 0.06 0.60 0.73 54.15 0.43 0.19
Hex 44 40 1B 0 6 3C 49 36 2B 13
Octal 104 100 33 0 6 74 111 66 53 23
Binary 1000100 1000000 11011 0 110 111100 1001001 110110 101011 10011

Color Harmonies of #44401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44401B

Black with #44401B

Text Example


Text Example

White with #44401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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