#384C27

Color #384C27 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #384C27

Tints of Mallard #384C27

Color information

#384C27 (or 0x384C27) is unknown color: approx Mallard. HEX triplet: 38, 4C and 27. RGB value is (56,76,39). Sum of RGB (Red+Green+Blue) = 56+76+39=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #384C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C27 is #C7B3D8. Grayscale: #414141. Windows color (decimal): -13087705 or 2575416. OLE color: 2575416.

HSL color Cylindrical-coordinate representation of color #384C27: hue angle of 92.43º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #384C27 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB567639-
CMYK0.2600.490.70
HSL92.43º32.17%22.55%-
HSV(B)92.43º48.68%29.8%-
XYZ4.586.162.87-
YUV65.8112.87121.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 76 (30.08% from 255) = 44.44%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=32.75%
G=44.44%
B=22.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5676390.2600.490.7092.4332.1722.55
Hex384C271A031465c2017
Octal7011447320611061344027
Binary11100010011001001111101001100011000110101110010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,76,39); }

 H1.HeaderClassName
 {
   color: #384C27;
 }
 .AnyTagClassName
 {
   color: #384C27;
 }
</style>
background-color css

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

 a { background-color: rgb(56,76,39); }

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

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

 span { border-color: rgb(56,76,39); }

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