#384B27

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

Shades of Mallard #384B27

Tints of Mallard #384B27

Color information

#384B27 (or 0x384B27) is unknown color: approx Mallard. HEX triplet: 38, 4B and 27. RGB value is (56,75,39). Sum of RGB (Red+Green+Blue) = 56+75+39=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #384B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B27 is #C7B4D8. Grayscale: #414141. Windows color (decimal): -13087961 or 2575160. OLE color: 2575160.

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

Color convert

RGB567539-
CMYK0.2500.480.71
HSL91.67º31.58%22.35%-
HSV(B)91.67º48%29.41%-
XYZ4.516.022.84-
YUV65.22113.21121.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 75 (29.69% from 255) = 44.12%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=32.94%
G=44.12%
B=22.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675390.2500.480.7191.6731.5822.35
Hex384B2719030475c2016
Octal7011347310601071344026
Binary11100010010111001111100101100001000111101110010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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