Html Css Color HEX #39462C Mallard

📋 copy color: '#39462C'

red 57 ◦ green 70 ◦ blue 44

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

Shades of Mallard #39462C

Tints of Mallard #39462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.94%

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 33.33%
G = 40.94%
B = 25.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#39462C (or 0x39462C) is known color: Mallard. HEX triplet: 39, 46 and 2C. RGB value is (57,70,44). Sum of RGB (Red+Green+Blue) = 57+70+44=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #39462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39462C is #C6B9D3. Grayscale: #3F3F3F. Windows color (decimal): -13023700 or 2901561. OLE color: 2901561.

HSL color Cylindrical-coordinate representation of color #39462C: hue angle of 90º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39462C is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 70 44 -
CMYK 0.19 0 0.37 0.73
HSL 90º 0.23% 0.22% -
HSV(B) 90º 0.37% 0.27% -
XYZ 4.33 5.43 3.2 -
YUV 63.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 57 70 44 0.19 0 0.37 0.73 90 0.23 0.22
Hex 39 46 2C 13 0 25 49 5A 17 16
Octal 71 106 54 23 0 45 111 132 27 26
Binary 111001 1000110 101100 10011 0 100101 1001001 1011010 10111 10110

Color Harmonies of #39462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39462C

Black with #39462C

Text Example


Text Example

White with #39462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39462C;
 }
 .AnyTagClassName
 {
   color: #39462C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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