Html Css Color HEX #395521 Mallard

📋 copy color: '#395521'

red 57 ◦ green 85 ◦ blue 33

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

Shades of Mallard #395521

Tints of Mallard #395521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.57%

 BLUE value IS 33 (13.28% from 255) = 18.86%

R = 32.57%
G = 48.57%
B = 18.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#395521 (or 0x395521) is known color: Mallard. HEX triplet: 39, 55 and 21. RGB value is (57,85,33). Sum of RGB (Red+Green+Blue) = 57+85+33=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #395521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395521 is #C6AADE. Grayscale: #464646. Windows color (decimal): -13019871 or 2184505. OLE color: 2184505.

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

Color convert

RGB 57 85 33 -
CMYK 0.33 0 0.61 0.67
HSL 92.31º 0.44% 0.23% -
HSV(B) 92.31º 0.61% 0.33% -
XYZ 5.21 7.48 2.61 -
YUV 70.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 57 85 33 0.33 0 0.61 0.67 92.31 0.44 0.23
Hex 39 55 21 21 0 3D 43 5C 2C 17
Octal 71 125 41 41 0 75 103 134 54 27
Binary 111001 1010101 100001 100001 0 111101 1000011 1011100 101100 10111

Color Harmonies of #395521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395521

Black with #395521

Text Example


Text Example

White with #395521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395521; }

 p { color: rgb(57,85,33); }

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

background-color css

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

 a { background-color: rgb(57,85,33); }

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

border-color css

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

 span { border-color: rgb(57,85,33); }

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