Html Css Color HEX #444012 Madras

📋 copy color: '#444012'

red 68 ◦ green 64 ◦ blue 18

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

Shades of Madras #444012

Tints of Madras #444012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12%

R = 45.33%
G = 42.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#444012 (or 0x444012) is known color: Madras. HEX triplet: 44, 40 and 12. RGB value is (68,64,18). Sum of RGB (Red+Green+Blue) = 68+64+18=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #444012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444012 is #BBBFED. Grayscale: #3C3C3C. Windows color (decimal): -12304366 or 1196100. OLE color: 1196100.

HSL color Cylindrical-coordinate representation of color #444012: hue angle of 55.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #444012 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 64 18 -
CMYK 0 0.06 0.74 0.73
HSL 55.2º 0.58% 0.17% -
HSV(B) 55.2º 0.74% 0.27% -
XYZ 4.33 4.94 1.3 -
YUV 59.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 68 64 18 0 0.06 0.74 0.73 55.2 0.58 0.17
Hex 44 40 12 0 6 4A 49 37 3A 11
Octal 104 100 22 0 6 112 111 67 72 21
Binary 1000100 1000000 10010 0 110 1001010 1001001 110111 111010 10001

Color Harmonies of #444012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444012

Black with #444012

Text Example


Text Example

White with #444012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444012; }

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

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

background-color css

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

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

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

border-color css

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

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

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