Html Css Color HEX #444016 Madras

📋 copy color: '#444016'

red 68 ◦ green 64 ◦ blue 22

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

Shades of Madras #444016

Tints of Madras #444016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.29%

R = 44.16%
G = 41.56%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#444016 (or 0x444016) is known color: Madras. HEX triplet: 44, 40 and 16. RGB value is (68,64,22). Sum of RGB (Red+Green+Blue) = 68+64+22=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #444016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444016 is #BBBFE9. Grayscale: #3C3C3C. Windows color (decimal): -12304362 or 1458244. OLE color: 1458244.

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

Color convert

RGB 68 64 22 -
CMYK 0 0.06 0.68 0.73
HSL 54.78º 0.51% 0.18% -
HSV(B) 54.78º 0.68% 0.27% -
XYZ 4.36 4.95 1.49 -
YUV 60.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 68 64 22 0 0.06 0.68 0.73 54.78 0.51 0.18
Hex 44 40 16 0 6 44 49 37 33 12
Octal 104 100 26 0 6 104 111 67 63 22
Binary 1000100 1000000 10110 0 110 1000100 1001001 110111 110011 10010

Color Harmonies of #444016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444016

Black with #444016

Text Example


Text Example

White with #444016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444016; }

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

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

background-color css

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

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

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

border-color css

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

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

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