#39482D

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

Shades of Mallard #39482D

Tints of Mallard #39482D

Color information

#39482D (or 0x39482D) is unknown color: approx Mallard. HEX triplet: 39, 48 and 2D. RGB value is (57,72,45). Sum of RGB (Red+Green+Blue) = 57+72+45=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #39482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39482D is #C6B7D2. Grayscale: #404040. Windows color (decimal): -13023187 or 2967609. OLE color: 2967609.

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

Color convert

RGB577245-
CMYK0.2100.380.72
HSL93.33º23.08%22.94%-
HSV(B)93.33º37.5%28.24%-
XYZ4.485.693.35-
YUV64.44117.03122.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=32.76%
G=41.38%
B=25.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772450.2100.380.7293.3323.0822.94
Hex39482D15026485d1717
Octal7111055250461101352727
Binary1110011001000101101101010100110100100010111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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