Html Css Color HEX #44400E Madras

📋 copy color: '#44400E'

red 68 ◦ green 64 ◦ blue 14

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

Shades of Madras #44400E

Tints of Madras #44400E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.59%

R = 46.58%
G = 43.84%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#44400E (or 0x44400E) is known color: Madras. HEX triplet: 44, 40 and 0E. RGB value is (68,64,14). Sum of RGB (Red+Green+Blue) = 68+64+14=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44400E is #BBBFF1. Grayscale: #3B3B3B. Windows color (decimal): -12304370 or 933956. OLE color: 933956.

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

Color convert

RGB 68 64 14 -
CMYK 0 0.06 0.79 0.73
HSL 55.56º 0.66% 0.16% -
HSV(B) 55.56º 0.79% 0.27% -
XYZ 4.3 4.93 1.14 -
YUV 59.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 68 64 14 0 0.06 0.79 0.73 55.56 0.66 0.16
Hex 44 40 E 0 6 4F 49 38 42 10
Octal 104 100 16 0 6 117 111 70 102 20
Binary 1000100 1000000 1110 0 110 1001111 1001001 111000 1000010 10000

Color Harmonies of #44400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44400E

Black with #44400E

Text Example


Text Example

White with #44400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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