Html Css Color HEX #39482D Mallard

📋 copy color: '#39482D'

red 57 ◦ green 72 ◦ blue 45

#39482D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #39482D

Tints of Mallard #39482D

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 value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#39482D (or 0x39482D) is known color: 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

RGB 57 72 45 -
CMYK 0.21 0 0.38 0.72
HSL 93.33º 0.23% 0.23% -
HSV(B) 93.33º 0.38% 0.28% -
XYZ 4.48 5.69 3.35 -
YUV 64.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 57 72 45 0.21 0 0.38 0.72 93.33 0.23 0.23
Hex 39 48 2D 15 0 26 48 5D 17 17
Octal 71 110 55 25 0 46 110 135 27 27
Binary 111001 1001000 101101 10101 0 100110 1001000 1011101 10111 10111

Color Harmonies of #39482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39482D

Black with #39482D

Text Example


Text Example

White with #39482D

Text Example


Text Example

HTML Codes & Css Web 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>