#384B2B

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

Shades of Mallard #384B2B

Tints of Mallard #384B2B

Color information

#384B2B (or 0x384B2B) is unknown color: approx Mallard. HEX triplet: 38, 4B and 2B. RGB value is (56,75,43). Sum of RGB (Red+Green+Blue) = 56+75+43=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #384B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B2B is #C7B4D4. Grayscale: #414141. Windows color (decimal): -13087957 or 2837304. OLE color: 2837304.

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

Color convert

RGB567543-
CMYK0.2500.430.71
HSL95.62º27.12%23.14%-
HSV(B)95.62º42.67%29.41%-
XYZ4.586.053.21-
YUV65.67115.21121.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=32.18%
G=43.10%
B=24.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675430.2500.430.7195.6227.1223.14
Hex384B2B1902B47601b17
Octal7011353310531071403327
Binary1110001001011101011110010101011100011111000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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