#39482B

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

Shades of Mallard #39482B

Tints of Mallard #39482B

Color information

#39482B (or 0x39482B) is unknown color: approx Mallard. HEX triplet: 39, 48 and 2B. RGB value is (57,72,43). Sum of RGB (Red+Green+Blue) = 57+72+43=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #39482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39482B is #C6B7D4. Grayscale: #404040. Windows color (decimal): -13023189 or 2836537. OLE color: 2836537.

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

Color convert

RGB577243-
CMYK0.2100.400.72
HSL91.03º25.22%22.55%-
HSV(B)91.03º40.28%28.24%-
XYZ4.445.683.15-
YUV64.21116.03122.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 43 (17.19% from 255) = 25%
R=33.14%
G=41.86%
B=25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5772430.2100.400.7291.0325.2222.55
Hex39482B15028485b1917
Octal7111053250501101333127
Binary1110011001000101011101010101000100100010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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