Html Css Color HEX #385223 Mallard

📋 copy color: '#385223'

red 56 ◦ green 82 ◦ blue 35

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

Shades of Mallard #385223

Tints of Mallard #385223

RGB

 RED value IS 56 (22.27% from 255) = 32.37%

 GREEN value IS 82 (32.42% from 255) = 47.4%

 BLUE value IS 35 (14.06% from 255) = 20.23%

R = 32.37%
G = 47.4%
B = 20.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#385223 (or 0x385223) is known color: Mallard. HEX triplet: 38, 52 and 23. RGB value is (56,82,35). Sum of RGB (Red+Green+Blue) = 56+82+35=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #385223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385223 is #C7ADDC. Grayscale: #454545. Windows color (decimal): -13086173 or 2314808. OLE color: 2314808.

HSL color Cylindrical-coordinate representation of color #385223: hue angle of 93.19º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385223 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 35 -
CMYK 0.32 0 0.57 0.68
HSL 93.19º 0.4% 0.23% -
HSV(B) 93.19º 0.57% 0.32% -
XYZ 4.95 7 2.68 -
YUV 68.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 56 82 35 0.32 0 0.57 0.68 93.19 0.4 0.23
Hex 38 52 23 20 0 39 44 5D 28 17
Octal 70 122 43 40 0 71 104 135 50 27
Binary 111000 1010010 100011 100000 0 111001 1000100 1011101 101000 10111

Color Harmonies of #385223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385223

Black with #385223

Text Example


Text Example

White with #385223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385223; }

 p { color: rgb(56,82,35); }

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

background-color css

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

 a { background-color: rgb(56,82,35); }

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

border-color css

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

 span { border-color: rgb(56,82,35); }

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