Html Css Color HEX #395722 Mallard

📋 copy color: '#395722'

red 57 ◦ green 87 ◦ blue 34

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

Shades of Mallard #395722

Tints of Mallard #395722

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.88%

 BLUE value IS 34 (13.67% from 255) = 19.1%

R = 32.02%
G = 48.88%
B = 19.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#395722 (or 0x395722) is known color: Mallard. HEX triplet: 39, 57 and 22. RGB value is (57,87,34). Sum of RGB (Red+Green+Blue) = 57+87+34=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #395722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395722 is #C6A8DD. Grayscale: #484848. Windows color (decimal): -13019358 or 2250553. OLE color: 2250553.

HSL color Cylindrical-coordinate representation of color #395722: hue angle of 93.96º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395722 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 87 34 -
CMYK 0.34 0 0.61 0.66
HSL 93.96º 0.44% 0.24% -
HSV(B) 93.96º 0.61% 0.34% -
XYZ 5.38 7.8 2.74 -
YUV 71.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 57 87 34 0.34 0 0.61 0.66 93.96 0.44 0.24
Hex 39 57 22 22 0 3D 42 5E 2C 18
Octal 71 127 42 42 0 75 102 136 54 30
Binary 111001 1010111 100010 100010 0 111101 1000010 1011110 101100 11000

Color Harmonies of #395722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395722

Black with #395722

Text Example


Text Example

White with #395722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395722; }

 p { color: rgb(57,87,34); }

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

background-color css

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

 a { background-color: rgb(57,87,34); }

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

border-color css

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

 span { border-color: rgb(57,87,34); }

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