Html Css Color HEX #384331 Mallard

📋 copy color: '#384331'

red 56 ◦ green 67 ◦ blue 49

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

Shades of Mallard #384331

Tints of Mallard #384331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.95%

 BLUE value IS 49 (19.53% from 255) = 28.49%

R = 32.56%
G = 38.95%
B = 28.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#384331 (or 0x384331) is known color: Mallard. HEX triplet: 38, 43 and 31. RGB value is (56,67,49). Sum of RGB (Red+Green+Blue) = 56+67+49=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 67 - color contains mainly: green. Hex color #384331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384331 is #C7BCCE. Grayscale: #3D3D3D. Windows color (decimal): -13089999 or 3228472. OLE color: 3228472.

HSL color Cylindrical-coordinate representation of color #384331: hue angle of 96.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #384331 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 49 -
CMYK 0.16 0 0.27 0.74
HSL 96.67º 0.16% 0.23% -
HSV(B) 96.67º 0.27% 0.26% -
XYZ 4.19 5.08 3.66 -
YUV 61.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 56 67 49 0.16 0 0.27 0.74 96.67 0.16 0.23
Hex 38 43 31 10 0 1B 4A 61 10 17
Octal 70 103 61 20 0 33 112 141 20 27
Binary 111000 1000011 110001 10000 0 11011 1001010 1100001 10000 10111

Color Harmonies of #384331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384331

Black with #384331

Text Example


Text Example

White with #384331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384331; }

 p { color: rgb(56,67,49); }

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

background-color css

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

 a { background-color: rgb(56,67,49); }

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

border-color css

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

 span { border-color: rgb(56,67,49); }

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