#38492C

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

Shades of Mallard #38492C

Tints of Mallard #38492C

Color information

#38492C (or 0x38492C) is unknown color: approx Mallard. HEX triplet: 38, 49 and 2C. RGB value is (56,73,44). Sum of RGB (Red+Green+Blue) = 56+73+44=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #38492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38492C is #C7B6D3. Grayscale: #404040. Windows color (decimal): -13088468 or 2902328. OLE color: 2902328.

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

Color convert

RGB567344-
CMYK0.2300.400.71
HSL95.17º24.79%22.94%-
HSV(B)95.17º39.73%28.63%-
XYZ4.475.793.26-
YUV64.61116.37121.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=32.37%
G=42.20%
B=25.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5673440.2300.400.7195.1724.7922.94
Hex38492C17028475f1917
Octal7011154270501071373127
Binary1110001001001101100101110101000100011110111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38492C; }

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

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

<style>
 a { background-color: #38492C; }

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

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

<style>
 span { border-color: #38492C; }

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

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