#39482C

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

Shades of Mallard #39482C

Tints of Mallard #39482C

Color information

#39482C (or 0x39482C) is unknown color: approx Mallard. HEX triplet: 39, 48 and 2C. RGB value is (57,72,44). Sum of RGB (Red+Green+Blue) = 57+72+44=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #39482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39482C is #C6B7D3. Grayscale: #404040. Windows color (decimal): -13023188 or 2902073. OLE color: 2902073.

HSL color Cylindrical-coordinate representation of color #39482C: hue angle of 92.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39482C is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB577244-
CMYK0.2100.390.72
HSL92.14º24.14%22.75%-
HSV(B)92.14º38.89%28.24%-
XYZ4.465.693.25-
YUV64.32116.53122.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=32.95%
G=41.62%
B=25.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772440.2100.390.7292.1424.1422.75
Hex39482C15027485c1817
Octal7111054250471101343027
Binary1110011001000101100101010100111100100010111001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,72,44); }

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

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

 a { background-color: rgb(57,72,44); }

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

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

 span { border-color: rgb(57,72,44); }

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