Html Css Color HEX #39482A Mallard

📋 copy color: '#39482A'

red 57 ◦ green 72 ◦ blue 42

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

Shades of Mallard #39482A

Tints of Mallard #39482A

RGB

 RED value IS 57 (22.66% from 255) = 33.33%

 GREEN value IS 72 (28.52% from 255) = 42.11%

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 33.33%
G = 42.11%
B = 24.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#39482A (or 0x39482A) is known color: Mallard. HEX triplet: 39, 48 and 2A. RGB value is (57,72,42). Sum of RGB (Red+Green+Blue) = 57+72+42=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #39482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39482A is #C6B7D5. Grayscale: #404040. Windows color (decimal): -13023190 or 2771001. OLE color: 2771001.

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

Color convert

RGB 57 72 42 -
CMYK 0.21 0 0.42 0.72
HSL 90º 0.26% 0.22% -
HSV(B) 90º 0.42% 0.28% -
XYZ 4.42 5.67 3.05 -
YUV 64.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 57 72 42 0.21 0 0.42 0.72 90 0.26 0.22
Hex 39 48 2A 15 0 2A 48 5A 1A 16
Octal 71 110 52 25 0 52 110 132 32 26
Binary 111001 1001000 101010 10101 0 101010 1001000 1011010 11010 10110

Color Harmonies of #39482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39482A

Black with #39482A

Text Example


Text Example

White with #39482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39482A;
 }
 .AnyTagClassName
 {
   color: #39482A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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