#384B28

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

Shades of Mallard #384B28

Tints of Mallard #384B28

Color information

#384B28 (or 0x384B28) is unknown color: approx Mallard. HEX triplet: 38, 4B and 28. RGB value is (56,75,40). Sum of RGB (Red+Green+Blue) = 56+75+40=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #384B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B28 is #C7B4D7. Grayscale: #414141. Windows color (decimal): -13087960 or 2640696. OLE color: 2640696.

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

Color convert

RGB567540-
CMYK0.2500.470.71
HSL92.57º30.43%22.55%-
HSV(B)92.57º46.67%29.41%-
XYZ4.536.032.93-
YUV65.33113.71121.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=32.75%
G=43.86%
B=23.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675400.2500.470.7192.5730.4322.55
Hex384B281902F475d1e17
Octal7011350310571071353627
Binary1110001001011101000110010101111100011110111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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