#384B2C

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

Shades of Mallard #384B2C

Tints of Mallard #384B2C

Color information

#384B2C (or 0x384B2C) is unknown color: approx Mallard. HEX triplet: 38, 4B and 2C. RGB value is (56,75,44). Sum of RGB (Red+Green+Blue) = 56+75+44=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #384B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B2C is #C7B4D3. Grayscale: #414141. Windows color (decimal): -13087956 or 2902840. OLE color: 2902840.

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

Color convert

RGB567544-
CMYK0.2500.410.71
HSL96.77º26.05%23.33%-
HSV(B)96.77º41.33%29.41%-
XYZ4.66.053.31-
YUV65.78115.71121.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=32%
G=42.86%
B=25.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5675440.2500.410.7196.7726.0523.33
Hex384B2C1902947611a17
Octal7011354310511071413227
Binary1110001001011101100110010101001100011111000011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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