Html Css Color HEX #444000 Madras

📋 copy color: '#444000'

red 68 ◦ green 64 ◦ blue 0

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

Shades of Madras #444000

Tints of Madras #444000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.52%
G = 48.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#444000 (or 0x444000) is known color: Madras. HEX triplet: 44, 40 and 00. RGB value is (68,64,0). Sum of RGB (Red+Green+Blue) = 68+64+0=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #444000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444000 is #BBBFFF. Grayscale: #3A3A3A. Windows color (decimal): -12304384 or 16452. OLE color: 16452.

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

Color convert

RGB 68 64 0 -
CMYK 0 0.06 1 0.73
HSL 56.47º 1% 0.13% -
HSV(B) 56.47º 1% 0.27% -
XYZ 4.22 4.9 0.72 -
YUV 57.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 68 64 0 0 0.06 1 0.73 56.47 1 0.13
Hex 44 40 0 0 6 64 49 38 64 D
Octal 104 100 0 0 6 144 111 70 144 15
Binary 1000100 1000000 0 0 110 1100100 1001001 111000 1100100 1101

Color Harmonies of #444000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444000

Black with #444000

Text Example


Text Example

White with #444000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444000; }

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

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

background-color css

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

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

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

border-color css

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

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

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