Html Css Color HEX #385522 Mallard

📋 copy color: '#385522'

red 56 ◦ green 85 ◦ blue 34

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

Shades of Mallard #385522

Tints of Mallard #385522

RGB

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

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

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

R = 32%
G = 48.57%
B = 19.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#385522 (or 0x385522) is known color: Mallard. HEX triplet: 38, 55 and 22. RGB value is (56,85,34). Sum of RGB (Red+Green+Blue) = 56+85+34=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #385522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385522 is #C7AADD. Grayscale: #464646. Windows color (decimal): -13085406 or 2250040. OLE color: 2250040.

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

Color convert

RGB 56 85 34 -
CMYK 0.34 0 0.60 0.67
HSL 94.12º 0.43% 0.23% -
HSV(B) 94.12º 0.6% 0.33% -
XYZ 5.17 7.45 2.68 -
YUV 70.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 56 85 34 0.34 0 0.60 0.67 94.12 0.43 0.23
Hex 38 55 22 22 0 3C 43 5E 2B 17
Octal 70 125 42 42 0 74 103 136 53 27
Binary 111000 1010101 100010 100010 0 111100 1000011 1011110 101011 10111

Color Harmonies of #385522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385522

Black with #385522

Text Example


Text Example

White with #385522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385522; }

 p { color: rgb(56,85,34); }

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

background-color css

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

 a { background-color: rgb(56,85,34); }

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

border-color css

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

 span { border-color: rgb(56,85,34); }

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