Html Css Color HEX #384A2C Mallard

📋 copy color: '#384A2C'

red 56 ◦ green 74 ◦ blue 44

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

Shades of Mallard #384A2C

Tints of Mallard #384A2C

RGB

 RED value IS 56 (22.27% from 255) = 32.18%

 GREEN value IS 74 (29.3% from 255) = 42.53%

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 32.18%
G = 42.53%
B = 25.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#384A2C (or 0x384A2C) is known color: Mallard. HEX triplet: 38, 4A and 2C. RGB value is (56,74,44). Sum of RGB (Red+Green+Blue) = 56+74+44=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #384A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A2C is #C7B5D3. Grayscale: #414141. Windows color (decimal): -13088212 or 2902584. OLE color: 2902584.

HSL color Cylindrical-coordinate representation of color #384A2C: hue angle of 96º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #384A2C is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 74 44 -
CMYK 0.24 0 0.41 0.71
HSL 96º 0.25% 0.23% -
HSV(B) 96º 0.41% 0.29% -
XYZ 4.53 5.92 3.29 -
YUV 65.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 56 74 44 0.24 0 0.41 0.71 96 0.25 0.23
Hex 38 4A 2C 18 0 29 47 60 19 17
Octal 70 112 54 30 0 51 107 140 31 27
Binary 111000 1001010 101100 11000 0 101001 1000111 1100000 11001 10111

Color Harmonies of #384A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A2C

Black with #384A2C

Text Example


Text Example

White with #384A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384A2C; }

 p { color: rgb(56,74,44); }

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

background-color css

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

 a { background-color: rgb(56,74,44); }

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

border-color css

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

 span { border-color: rgb(56,74,44); }

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