Html Css Color HEX #444212 Madras

📋 copy color: '#444212'

red 68 ◦ green 66 ◦ blue 18

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

Shades of Madras #444212

Tints of Madras #444212

RGB

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

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

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

R = 44.74%
G = 43.42%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#444212 (or 0x444212) is known color: Madras. HEX triplet: 44, 42 and 12. RGB value is (68,66,18). Sum of RGB (Red+Green+Blue) = 68+66+18=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #444212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444212 is #BBBDED. Grayscale: #3D3D3D. Windows color (decimal): -12303854 or 1196612. OLE color: 1196612.

HSL color Cylindrical-coordinate representation of color #444212: hue angle of 57.6º 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 #444212 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 66 18 -
CMYK 0 0.03 0.74 0.73
HSL 57.6º 0.58% 0.17% -
HSV(B) 57.6º 0.74% 0.27% -
XYZ 4.44 5.17 1.34 -
YUV 61.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 68 66 18 0 0.03 0.74 0.73 57.6 0.58 0.17
Hex 44 42 12 0 3 4A 49 3A 3A 11
Octal 104 102 22 0 3 112 111 72 72 21
Binary 1000100 1000010 10010 0 11 1001010 1001001 111010 111010 10001

Color Harmonies of #444212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444212

Black with #444212

Text Example


Text Example

White with #444212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444212; }

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

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

background-color css

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

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

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

border-color css

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

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

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